- 19 Feb, 2006 24 commits
-
-
Antoine Cellerier authored
-
Felix Paul Kühne authored
* changed the button order in DIALOG_YES_NO_CANCEL. (the order is now: Cancel, No, Yes; which is more Mac-like IMO, but feel free to change it again)
-
Rémi Denis-Courmont authored
-
Cyril Deguet authored
-
Rémi Denis-Courmont authored
-
Cyril Deguet authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
Note to zorglub: please test changes before commiting.
-
Clément Stenac authored
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
Add some timing to playlist
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
so that it is cleanly built before all modules (step toward buildable shared libvlc on Win32) - Don't build position dependant code when building shared libvlc (that was a big waste of time) - Link builtin modules with vlc rather than libvlc
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Hopefully the same on Darwin !!! BIG FAT WARNING !!! On architectures where you need to resolve all symbols when linking a shared library, libvlc must be built before the plugins, so that they can resolve symbols from the libvlc API. Also, the "builtins" must be built before libvlc (regardless of the architecture or use of shared libvlc). However, our build system currently builds all modules, whether builtins or plugins, then libvlc and then vlc. Obviously, we could swap the build orders, so that libvlc gets built before modules/ but that will only work if there is no buitins modules. I'm not too keen on the idea of recursing twice within the modules/ subdirectories (once for builtins, and once for plugins). Until the issue is settled, here is how to build and test the shared libvlc on Win32: 1/ run configure with --enable-shared-libvlc 2/ build all built-in modules (or disable them all) one by one, 3/ make libvlc.dll 4/ make
-
- 18 Feb, 2006 16 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
tested with ./vlc --sub-filter rss --rss-urls "http://www.lefigaro.fr/rss/figaro_une.xml|http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml" --rss-length 40 --rss-size 15 --rss-images --rss-speed 1000 <video>
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Add with-ffmpeg-{vorbis,theora,ogg} in case ffmpeg is compiled with vorbis, theora and/or ogg support
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Sam Hocevar authored
-
Felix Paul Kühne authored
-