- 01 Jul, 2003 15 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
we reach 200 plugins one day, because Solaris (did I mention it sucked?) has a crap sed.
-
Sam Hocevar authored
+ Removed the Modules.am generation. To build module/foo/libfoo.so, you now need to cd modules/foo and make libfoo.so. + Workaround for Solaris sed. Which sucks. Did I mention that before?
-
Sam Hocevar authored
-
Sam Hocevar authored
their LDFLAGS. * bootstrap: use grep >/dev/null 2>&1 instead of grep -q because of retarded systems such as our beloved Solaris. * po/: + Regenerated vlc.pot. + Updated British translation. + Fixed fuzzy entries in the French translation.
-
Sam Hocevar authored
-
Sam Hocevar authored
dialog (Fixes: #946).
-
Sam Hocevar authored
conflicts. Most headers in that directory should probably be renamed to their vlc_ equivalent.
-
Sam Hocevar authored
+ Forward AM_MAKEFLAGS through recursive makefiles. + Removed the plugins and builtins rules. This causes libintl to be built before the plugins. * bootstrap: + Enabled recursive builds of plugins and builtins. * vlc-config.in.in: + Fixed a typo. * debian/changelog: + Next upload will fix bug #199427.
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Mohammed Adnène Trojette authored
* I am just a boulet :(
-
Mohammed Adnène Trojette authored
* little fix, sorry !
-
Mohammed Adnène Trojette authored
* added a link to return to the main administration page after a kick or ban operation
-
- 30 Jun, 2003 4 commits
-
-
Gildas Bazin authored
* modules/stream_out/transcode.c: forgot to remove a variable used for debugging.
-
Gildas Bazin authored
* modules/stream_out/transcode.c: compilation fix.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* modules/gui/macosx/intf.m: - Our Next/Previous commands now go from chapter trough title trough playlist. - We weren't checking for titles without chapters, which made using CDDA a little hard. * modules/gui/macosx/playlist.m: An improved way to delete selected items. - also fixes a bug where only half the items selected in the playlist got actually deleted.
-
- 29 Jun, 2003 9 commits
-
-
Gildas Bazin authored
* modules/visualization/xosd/xosd.c: lowered the module's score.
-
Gildas Bazin authored
* configure.ac, modules/mux/ogg.c, modules/stream_out/transcode.c: vorbis transcoding support (the transcoder still doesn't support vorbis decoding though, so no vorbis -> else transcoding)
-
Sam Hocevar authored
-
Laurent Aimar authored
-
Sam Hocevar authored
+ Enabled the video4linux input plugin.
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Olivier Teulière authored
-
Derk-Jan Hartman authored
finally fixed, confirmed etc. * doc/fortunes.txt: one more
-
- 28 Jun, 2003 12 commits
-
-
Laurent Aimar authored
of 16 (on the fly not only based upon header). * httpd: test if INADDR_ANY is bind when requesting a host. (To be able to use http interface with http streaming).
-
Laurent Aimar authored
-
Laurent Aimar authored
and usage of display in stream output.
-
Laurent Aimar authored
with .mp4 files)
-
Derk-Jan Hartman authored
Now it seems to builb. I guess you meant this sam. If I'm wrong you can correct me ;)
-
Laurent Aimar authored
-
Laurent Aimar authored
destroyed as vorbis decoder could add info.
-
Sam Hocevar authored
-
Sam Hocevar authored
+ Look for libintl in $(top_builddir)/intl, not \$(top_srcdir)/intl. + Added CVS Id string. * m4/vlc.m4: + Added CVS Id string.
-
Sam Hocevar authored
+ Call $(srcdir)/toolbox from $(builddir) instead of $(srcdir). + Call $(builddir)/vlc-config instead of $(srcdir)/vlc-config, because generated files end in $(builddir). + Added -Imozilla to the mozilla plugin link flags. + Look for mozilla/vlcintf.idl in $(srcdir). * configure.ac: + Set VLC_CONFIG to $(builddir)/vlc-config instead of $(srcdir)/vlc-config. * toolbox: + Look for Makefile.am in ${srcdir}, and Makefile in ${builddir}. + Prepend ${srcdir} to header files we handle. * m4/vlc.m4: + Look for vlc-config.in.in in ${srcdir} but generate vlc-config.in in ${builddir}. * modules/gui/skins/src/dialogs.cpp, modules/gui/wxwindows/interface.cpp: + Include the pixmap with a path relative to the current directory. This commit should fix builds that use --srcdir (Closes: #319).
-
Christophe Massiot authored
-
Sam Hocevar authored
+ toolbox --changelog now only generates this year's changelog. * ChangeLog, doc/ChangeLog-*: + Split the changelog into several files, one per year. * debian/rules, vlc.ebuild: + Distribute the new changelog files.
-