- 02 Mar, 2012 18 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Maciej Blizinski authored
Otherwise, it gets executed with /bin/sh which on Solaris does not support the $(...) construct. This causes 'gmake check' to fail. For example: ../src/check_headers: $(dirname ../src/check_headers): does not exist Calling check_headers with $(SHELL) explicitly makes use of CONFIG_SHELL. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Maciej Blizinski authored
Otherwise: Undefined first referenced symbol in file asprintf url.o ld: fatal: Symbol referencing errors. No output written to test_url This patch uses a mix of tabs and spaces to match the existing convention. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Paul Kühne authored
This reverts commit 93b21142.
-
Francois Cartegnie authored
This reverts commit e3511f67.
-
Francois Cartegnie authored
This reverts commit aeb250f7.
-
Sébastien Escudier authored
-
Jean-Baptiste Kempf authored
Close #6291
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
The same way as Wheel left/right, allow to use those buttons for GUI shortcuts.
-
- 01 Mar, 2012 14 commits
-
-
Rémi Denis-Courmont authored
This reverts commit 07d38617.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: hide the playlist without option click when showing the video in a separate window (refs #6213)
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is not so relevant anymore and was only a warning anyway. (We cannot avoid the bug in LibVLC.)
-
Rémi Denis-Courmont authored
Files were copied to contrib/src/src instead of contrib/src...
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
vlc_memalign data should be vlc_free'd Close #6114 #6280
-
Jean-Baptiste Kempf authored
Close #6275 Close LP:943014
-
- 29 Feb, 2012 8 commits
-
-
Sam Hocevar authored
dlclose() a C++ plugin that was built with a faulty library that may have registered __cxa_atexit callbacks (usually through the libstdc++ that library was built with). Upgrading libstdc++ is not always a solution since some code may have been inlined and we can't get rid of it.
-
Sam Hocevar authored
-
Maciej Blizinski authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
Kevin Anthony authored
* Add the Fullscreen and CanSetFullscreen properties to the root interface implementation * Implement org.freedesktop.DBus.Properties.PropertiesChanged for properties of the root interface Signed-off-by: Mirsal Ennaime <mirsal@videolan.org>
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
Also fix if_name(to)index() detection, that depends on nsl.
-
Konstantin Pavlov authored
-