- 06 Jul, 2003 4 commits
-
-
Gildas Bazin authored
* install-win32: fixed my last commit.
-
Sigmund Augdal Helberg authored
share/vlc_win32_rc.rc: provide some version info in the vlc binary If all is well, this should not break msvc build, but binaries built with msvc will have version 0.0.0
-
Gildas Bazin authored
* INSTALL.win32: added an instruction for using tar to extract the contrib. * modules/stream_out/transcode.c: added mp3 fourcc.
-
Gildas Bazin authored
* modules/gui/wxwindows/streamout.cpp: clean-up for sap support. Added a couple of transcoding codecs (WMV2, MJPG, mp3). The output filename is now surrounded by quotes and the MRL is updated correctly on codec change. * install-win32: start menu shortucts are installed in the "All Users" section. * configure.ac: added a --with-ffmpeg-mp3lame option for when ffmpeg was compiled with mp3lame support.
-
- 05 Jul, 2003 4 commits
-
-
Alexis de Lattre authored
-
Sam Hocevar authored
Do not unload the WxWindows plugins on Unix, because they might be linked with Gtk which makes evil use of atexit().
-
Clément Stenac authored
* announce.c: - coding style fixes - fixed port detection in IPv6 addresses (with ':' inside)
-
Sam Hocevar authored
woody package build. * bootstrap: + Remove config.h.in and config.h before running autoheader. + Added "set -e" for better error tracking. + Call autoheader and automake after autoconf so that the first build does not need to call autoheader. * debian/woody-buildpackage: + Removed that script and put the code in toolbox. * debian/control: + Added a build-dependency on libmatroska-dev. * debian/rules: + Activated Matroska support. + Re-enabled dh_installchangelogs.
-
- 04 Jul, 2003 8 commits
-
-
Eric Petit authored
-
Sam Hocevar authored
upload. * debian/rules: Build builtins in the first compile pass, and build plugins and PIC builtins in the second pass, so that PIC and non-PIC never get messed. * modules/demux/mkv.cpp: Added minor verbosity in a warning message. * modules/gui/kde/preferences.cpp: Fix for woody's KDE. * modules/stream_out/transcode.c: Workaround for woody's vorbisenc.h.
-
Mohammed Adnène Trojette authored
-
Sam Hocevar authored
+ Disabled a redundant BUILT_SOURCES variable. * debian/woody-buildpackage: + Disable skins for woody (no WxWindows). + Do not build a diff since we always use the pristine tarball.
-
Mohammed Adnène Trojette authored
-
Mohammed Adnène Trojette authored
* Fix Bug thanks to Cif: url form was "IP:port" and port 1234 was systematically sent separately. * Multicast IP form is "@IP" and not "IP". Right ?
-
Sam Hocevar authored
build errors are never ignored.
-
Mohammed Adnène Trojette authored
* Added a Miscellaneous Panel in wxwindows stream output. * Added a SAP Announce button in this panel.
-
- 03 Jul, 2003 7 commits
-
-
Simon Latapie authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
directory too low.
-
Sam Hocevar authored
* .cvsignore: Do not ignore the m4 directory.
-
Sam Hocevar authored
+ If a builtin has been rebuilt, rebuild vlc. + Do not rebuild the Mozilla plugin's xpt when the Makefile changes.
-
Laurent Aimar authored
-
- 02 Jul, 2003 9 commits
-
-
Sam Hocevar authored
thanks to DJ.
-
Gildas Bazin authored
* toolbox: fixed ./toolbox --distclean
-
Clément Stenac authored
* sap.c: use defines
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
is actually nicer this way.
-
Sam Hocevar authored
+ The clean rule properly removes generated objects. + Optimized recursive builds. * debian/rules: + Fixed a typo in the changelog installation.
-
Alexis de Lattre authored
-
- 01 Jul, 2003 8 commits
-
-
Laurent Aimar authored
-
Sam Hocevar authored
+ Fixed a == test bashism. + Cosmetic changes. * toolbox, vlc-config.in.in: Cosmetic changes. * Makefile.am: Fixed the Mozilla plugin build (happy bootstrap).
-
Sam Hocevar authored
obsolescent by the latest ones.
-
Sam Hocevar authored
-
Sam Hocevar authored
themselves as 1.[0-5]-* instead of 1.[0-5].*.
-
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?
-