- 05 Feb, 2007 3 commits
-
-
Rémi Denis-Courmont authored
This is completely untested because vlc does not link at the moment :(
-
Damien Fouilleul authored
-
Damien Fouilleul authored
-
- 04 Feb, 2007 5 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Work from DJ_Mulder on the forum, changes by /me helped by dionoea and jpsaman.
-
Jean-Baptiste Kempf authored
-
Christophe Mutricy authored
-
- 03 Feb, 2007 3 commits
-
-
Damien Fouilleul authored
-
Damien Fouilleul authored
- added controlled symbol export support for win32. Now, all visible symbols in libvlc.dll must be declared using either VLC_EXPORT or VLC_PUBLIC_API. Otherwise, they will not be exported. this has the advantage of reducing the number of symbols in the DLL, saving on file size an binding time at runtime. All exported symbols will be listed in the libvlc.def file. This also pave the way for using the visibility feature in GCC 4, adding controlled symbols export for UNIX/MacOS X as well.
-
Antoine Cellerier authored
-
- 02 Feb, 2007 8 commits
-
-
Antoine Cellerier authored
-
Christophe Massiot authored
compatible with UNIX fortune executable.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Damien Fouilleul authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
- removed <10.3 support in the preferences' code - added preliminary support for Obj-C 2.0 / Garbage Collection - needs to be enabled manually in intf.h for now and is restricted to future Darwin release - updated various copyright dates to approbate values - configured the source tree in the Xcode project for future Xcode releases - finally renamed the Xcode project to the correct bundle extension
-
- 01 Feb, 2007 7 commits
-
-
Antoine Cellerier authored
-
Christophe Mutricy authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Damien Fouilleul authored
- direct3d.c: attempt to fix incompatibility with Vista, needs testing since i still don't have a Vista system to test against
-
- 31 Jan, 2007 5 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Damien Fouilleul authored
-
Damien Fouilleul authored
-
- 30 Jan, 2007 7 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
* Qt4 : Use a QTreeWidget instead of a ui to display stats. I hope in that way it will become easier to resize and easier to add stats... Btw about Qt4 modules, http://wiki.videolan.org/QtIntfTODO and http://wiki.videolan.org/Simple_Preferences have been updated. Give it a look and help us...
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Forcefully set PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR for pkgconfig only if these environment variables haven't been set yet. And the path /usr/lib/pkgconfig exists. This fixes building wxwidgets in contrib for Fedora Core 6
-
Christophe Mutricy authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Extend contrib buildsystem to allow for a finer control on system and Linux distributions rules. The bootstrap tries to guess the operating system to build for by looking at the compiler prefix. For native building (usually Linux/Unix-like systems) additional matching logic should be written. Currently only Fedora-Core systems are detected as being different from the normal Unix-rules. Extend this logic to make a distinction for your system if it deviates from the standard Unix-like system that our contrib recognizes atm.
-
- 29 Jan, 2007 2 commits
-
-
Antoine Cellerier authored
-
Jean-Baptiste Kempf authored
-