]> git.sesse.net Git - vlc/log
vlc
16 years ago.
Christophe Massiot [Fri, 15 Feb 2008 16:06:16 +0000 (16:06 +0000)]
.

16 years ago* modules/codec/x264.c: fix threads=0 (auto) which is the default setting for VLC...
Dennis van Amerongen [Thu, 14 Feb 2008 21:11:06 +0000 (21:11 +0000)]
* modules/codec/x264.c: fix threads=0 (auto) which is the default setting for VLC but wasn't propogated to x264 which kept using its default threads=1 (thanks pengvado for spotting the problem). This fix gives a major performance boost on multi cpu systems when using the default settings.

16 years ago* extras/contrib/src/Patches/x264-svn-win32.patch: revert [25113] and [25140] log...
Dennis van Amerongen [Thu, 14 Feb 2008 19:23:13 +0000 (19:23 +0000)]
* extras/contrib/src/Patches/x264-svn-win32.patch: revert [25113] and [25140] log x264 thread count from win32.patch and put it in a generic patch for all platforms (threads=0 autodetect for x264 is reportedly failing on win32 and linux too and always reports threads=1, though x264 cli works fine so it needs more debugging..)

16 years agofrontrow_plugin: Cleanups, and improvement such as audio volume settings.
Pierre d'Herbemont [Thu, 14 Feb 2008 01:00:07 +0000 (01:00 +0000)]
frontrow_plugin: Cleanups, and improvement such as audio volume settings.

16 years ago* modules/codec/x264.c: more user friendly version reporting of x264 (so no more...
Dennis van Amerongen [Thu, 14 Feb 2008 00:27:15 +0000 (00:27 +0000)]
* modules/codec/x264.c: more user friendly version reporting of x264 (so no more confusion x264 core:58 would mean the system has 58 cores..)

16 years agocmake: Look for swab.
Pierre d'Herbemont [Thu, 14 Feb 2008 00:20:44 +0000 (00:20 +0000)]
cmake: Look for swab.

16 years agocmake: Find libdvbpsi, libmpeg2.
Pierre d'Herbemont [Thu, 14 Feb 2008 00:04:12 +0000 (00:04 +0000)]
cmake: Find libdvbpsi, libmpeg2.

16 years agocontrol/media_discoverer.c: Small lock issues.
Pierre d'Herbemont [Thu, 14 Feb 2008 00:00:52 +0000 (00:00 +0000)]
control/media_discoverer.c: Small lock issues.

16 years ago* extras/contrib/src/Patches/x264-svn-win32.patch: log x264 thread count as normal...
Dennis van Amerongen [Wed, 13 Feb 2008 23:27:38 +0000 (23:27 +0000)]
* extras/contrib/src/Patches/x264-svn-win32.patch: log x264 thread count as normal info instead of needing debug (extreme logging needing verbose option)

16 years agovlc_arrays.h: More vlc_dictionary_t fixes.
Pierre d'Herbemont [Wed, 13 Feb 2008 22:09:00 +0000 (22:09 +0000)]
vlc_arrays.h: More vlc_dictionary_t fixes.

16 years agofr.po: use real apostrophe
Rémi Denis-Courmont [Wed, 13 Feb 2008 19:28:43 +0000 (19:28 +0000)]
fr.po: use real apostrophe

16 years agoChek return asprintf value.
Rémi Duraffort [Wed, 13 Feb 2008 19:15:42 +0000 (19:15 +0000)]
Chek return asprintf value.

16 years agovlc_arrays.h: Make sure we return the right value associated with a given key.
Pierre d'Herbemont [Wed, 13 Feb 2008 19:06:43 +0000 (19:06 +0000)]
vlc_arrays.h: Make sure we return the right value associated with a given key.

16 years agomacosx/framework: Correctly set the children of the nodes.
Pierre d'Herbemont [Wed, 13 Feb 2008 18:57:32 +0000 (18:57 +0000)]
macosx/framework: Correctly set the children of the nodes.

16 years agoQt4 - Menus: VLM is Ctrl+W now.
Jean-Baptiste Kempf [Wed, 13 Feb 2008 18:56:17 +0000 (18:56 +0000)]
Qt4 - Menus: VLM is Ctrl+W now.

16 years agocontrol: Implement and export media_list_view_children_for_item()
Pierre d'Herbemont [Wed, 13 Feb 2008 18:18:13 +0000 (18:18 +0000)]
control: Implement and export media_list_view_children_for_item()

16 years agoqt4/macosx: fixed the embedded vout setting
Felix Paul Kühne [Wed, 13 Feb 2008 18:07:54 +0000 (18:07 +0000)]
qt4/macosx: fixed the embedded vout setting

16 years agomacosx: implemented the Video category of the SimplePrefs panel. vout module and...
Felix Paul Kühne [Wed, 13 Feb 2008 17:58:15 +0000 (17:58 +0000)]
macosx: implemented the Video category of the SimplePrefs panel. vout module and display device selectors are left as an exercise for the reader.

16 years agoWinsock seems to timeout half-closed TCP sockets.
Rémi Denis-Courmont [Wed, 13 Feb 2008 17:53:52 +0000 (17:53 +0000)]
Winsock seems to timeout half-closed TCP sockets.

16 years agocontrol/media_discoverer.c: Fix previous commit.
Pierre d'Herbemont [Wed, 13 Feb 2008 17:35:32 +0000 (17:35 +0000)]
control/media_discoverer.c: Fix previous commit.

16 years agomacosx: removed the 'macosx-embedded' setting. It's functionality is now controlled...
Felix Paul Kühne [Wed, 13 Feb 2008 17:30:04 +0000 (17:30 +0000)]
macosx: removed the 'macosx-embedded' setting. It's functionality is now controlled by 'embeded-video' (as defined in libvlc's main).

16 years agocontrol/media_discoverer.c: Support psz_category in services_discovery_item_added...
Pierre d'Herbemont [Wed, 13 Feb 2008 17:10:18 +0000 (17:10 +0000)]
control/media_discoverer.c: Support psz_category in services_discovery_item_added events.

16 years agovlc_app: Forgotten resources files.
Pierre d'Herbemont [Wed, 13 Feb 2008 16:17:52 +0000 (16:17 +0000)]
vlc_app: Forgotten resources files.

16 years agoadd rate-change variable in core to inform when rate changes, and change
Ilkka Ollakka [Wed, 13 Feb 2008 08:29:35 +0000 (08:29 +0000)]
add rate-change variable in core to inform when rate changes, and change
qt4-interface to use it. var_Change doesn't trigger callback so earlier
version about adding callback to it worked someway as intented only by
luck ;)

16 years agoQt4 - Actually implement double-click on speed does reset the speed... Don't laugh...
Jean-Baptiste Kempf [Wed, 13 Feb 2008 08:06:46 +0000 (08:06 +0000)]
Qt4 - Actually implement double-click on speed does reset the speed... Don't laugh...

16 years agoquick hack to get rate-faster/slower to react in qt4 interface, there's
Ilkka Ollakka [Wed, 13 Feb 2008 07:58:48 +0000 (07:58 +0000)]
quick hack to get rate-faster/slower to react in qt4 interface, there's
something fishy in here because seems that inputmanager doesn't get
variable callbacks regarding input-rate from /src/input/input.c.
Slider worked because we set ourself that rate-variable, or atleast it seems
so.

16 years agoFix Goom compile for windows.
Jean-Baptiste Kempf [Wed, 13 Feb 2008 07:34:17 +0000 (07:34 +0000)]
Fix Goom compile for windows.

16 years agoCheck asprintf return value.
Rémi Duraffort [Wed, 13 Feb 2008 00:14:37 +0000 (00:14 +0000)]
Check asprintf return value.

16 years agoLooks like this was missing from r25071
Antoine Cellerier [Tue, 12 Feb 2008 22:41:48 +0000 (22:41 +0000)]
Looks like this was missing from r25071

16 years agovideo filter module - for thehomebrewAmbiLight (AtmoLight) [3/3]: configure.ac.diff
Antoine Cellerier [Tue, 12 Feb 2008 22:23:58 +0000 (22:23 +0000)]
video filter module - for thehomebrewAmbiLight (AtmoLight) [3/3]: configure.ac.diff
Thanks to André Weber for those 3 patches.

16 years agovideo filter module - for thehomebrewAmbiLight (AtmoLight) [2/3]: atmo-video_filter...
Antoine Cellerier [Tue, 12 Feb 2008 22:21:25 +0000 (22:21 +0000)]
video filter module - for thehomebrewAmbiLight (AtmoLight) [2/3]: atmo-video_filter.diff

16 years agoCheck for the return value of fwrite.
Rémi Duraffort [Tue, 12 Feb 2008 22:04:31 +0000 (22:04 +0000)]
Check for the return value of fwrite.

16 years agovideo filter module - for thehomebrewAmbiLight (AtmoLight) [1/3]: vout_intf.diff
Antoine Cellerier [Tue, 12 Feb 2008 22:04:18 +0000 (22:04 +0000)]
video filter module - for thehomebrewAmbiLight (AtmoLight) [1/3]: vout_intf.diff
Add a variable to the video output core which is triggered after each crop parmaeters change.

16 years agomacosx/frontrow_plugin: VLCMediaListController, display a mediaListAspect in a FrontR...
Pierre d'Herbemont [Tue, 12 Feb 2008 21:01:21 +0000 (21:01 +0000)]
macosx/frontrow_plugin: VLCMediaListController, display a mediaListAspect in a FrontRow list. To get a service discovery in frontrow go into VLCAppliance.m -applianceController and uncomment the right part.

16 years agocmake: Some improvements based on Alexander Neundorf feedback.
Pierre d'Herbemont [Tue, 12 Feb 2008 20:36:14 +0000 (20:36 +0000)]
cmake: Some improvements based on Alexander Neundorf feedback.

16 years ago* extras/contrib/src/x264-svn-win32.patch: add threads count debug info to check...
Dennis van Amerongen [Tue, 12 Feb 2008 20:20:24 +0000 (20:20 +0000)]
* extras/contrib/src/x264-svn-win32.patch: add threads count debug info to check how many threads x264 will use (threads 0 is default and will make libx264 automagically set threads = cores * 1.5) and whether win32-pthread works as expected (libx264 can report not compiled with pthread and forces threads = 1)

16 years agoAlso newer live55 exhibit the problem.
Jean-Paul Saman [Tue, 12 Feb 2008 13:13:37 +0000 (13:13 +0000)]
Also newer live55 exhibit the problem.

16 years agoDon't leak memory in error paths
Jean-Paul Saman [Tue, 12 Feb 2008 11:23:08 +0000 (11:23 +0000)]
Don't leak memory in error paths

16 years agoAdd an "update button" to update the modules tree.
Rémi Duraffort [Tue, 12 Feb 2008 10:30:41 +0000 (10:30 +0000)]
Add an "update button" to update the modules tree.

16 years agoQt4 - Clean a bit the debug.
Jean-Baptiste Kempf [Tue, 12 Feb 2008 08:42:01 +0000 (08:42 +0000)]
Qt4 - Clean a bit the debug.

16 years agoQt4 - small fixes... Remove one redondant connect, block the access to the speedSlide...
Jean-Baptiste Kempf [Tue, 12 Feb 2008 08:33:39 +0000 (08:33 +0000)]
Qt4 - small fixes... Remove one redondant connect, block the access to the speedSlider if there is no input.

16 years agoQt4 - Change the event numbers and add more debug to find the IM/Rate bugs.
Jean-Baptiste Kempf [Tue, 12 Feb 2008 08:00:59 +0000 (08:00 +0000)]
Qt4 - Change the event numbers and add more debug to find the IM/Rate bugs.

16 years ago* modules/codec/x264.c: add x264 version debug info
Dennis van Amerongen [Mon, 11 Feb 2008 22:57:24 +0000 (22:57 +0000)]
* modules/codec/x264.c: add x264 version debug info

16 years agoFix logic
Christophe Mutricy [Mon, 11 Feb 2008 20:07:23 +0000 (20:07 +0000)]
Fix logic

16 years agoMake autoreconf verbose
Rémi Denis-Courmont [Mon, 11 Feb 2008 17:20:00 +0000 (17:20 +0000)]
Make autoreconf verbose

16 years agoCheck malloc return value
Jean-Paul Saman [Mon, 11 Feb 2008 15:48:25 +0000 (15:48 +0000)]
Check malloc return value

16 years agoSimplify rc stats command
Jean-Paul Saman [Mon, 11 Feb 2008 15:45:53 +0000 (15:45 +0000)]
Simplify rc stats command

16 years agoQt4 - Open Disk. Provide a button to eject the disk drive. has been requested twice...
Jean-Baptiste Kempf [Mon, 11 Feb 2008 08:01:51 +0000 (08:01 +0000)]
Qt4 - Open Disk. Provide a button to eject the disk drive. has been requested twice on the forum. Maybe should be moved somewhere else. The intf_eject doesn't seem to work on my computer now...

16 years agoQt4 - Try to minimize the callbacks. Just commenting the code in case of regressions...
Jean-Baptiste Kempf [Mon, 11 Feb 2008 06:32:17 +0000 (06:32 +0000)]
Qt4 - Try to minimize the callbacks. Just commenting the code in case of regressions...

16 years agoQt4 - network policy in Sprefs and in privacy policy dialog.
Jean-Baptiste Kempf [Mon, 11 Feb 2008 06:26:22 +0000 (06:26 +0000)]
Qt4 - network policy in Sprefs and in privacy policy dialog.

16 years agoQt4 - Put the default header to 39 in the playlist.
Jean-Baptiste Kempf [Mon, 11 Feb 2008 05:52:24 +0000 (05:52 +0000)]
Qt4 - Put the default header to 39 in the playlist.

16 years agoshow default info in playlist if i_showflag is too low to show anything
Ilkka Ollakka [Mon, 11 Feb 2008 05:46:29 +0000 (05:46 +0000)]
show default info in playlist if i_showflag is too low to show anything
at all

16 years ago* fix pthread support for x264 on win32
Benjamin Pracht [Mon, 11 Feb 2008 01:06:37 +0000 (01:06 +0000)]
* fix pthread support for x264 on win32
  - Not sure at all the configure.ac part is right, anyone more knowledgable, please check.

16 years agovlc_app: New media layer view. Enabled by default. Set bindings from resources. ...
Pierre d'Herbemont [Mon, 11 Feb 2008 00:02:42 +0000 (00:02 +0000)]
vlc_app: New media layer view. Enabled by default. Set bindings from resources. (This commit is way too large.)

16 years agoframework: Fix the configure script. Fix a bunch of warnings.
Pierre d'Herbemont [Sun, 10 Feb 2008 23:53:48 +0000 (23:53 +0000)]
framework: Fix the configure script. Fix a bunch of warnings.

16 years agoCleanup in the error path
Jean-Paul Saman [Sun, 10 Feb 2008 22:36:10 +0000 (22:36 +0000)]
Cleanup in the error path

16 years agoFix memleak ffmpeg/video_filter.c
Jean-Paul Saman [Sun, 10 Feb 2008 22:13:21 +0000 (22:13 +0000)]
Fix memleak ffmpeg/video_filter.c

16 years agoMore thanks.
Jean-Baptiste Kempf [Sun, 10 Feb 2008 20:18:11 +0000 (20:18 +0000)]
More thanks.

16 years agoFix make dist. The Makefile has been transformed in a script
Christophe Mutricy [Sun, 10 Feb 2008 19:28:36 +0000 (19:28 +0000)]
Fix make dist. The Makefile has been transformed in a script

16 years agocontribs: introduce 'QT4_MAC_VERSION' as 4.3.4 isn't available as Open-Source downloa...
Felix Paul Kühne [Sun, 10 Feb 2008 19:16:52 +0000 (19:16 +0000)]
contribs: introduce 'QT4_MAC_VERSION' as 4.3.4 isn't available as Open-Source download for Mac OS X

16 years agoClean up after yourself
Christophe Mutricy [Sun, 10 Feb 2008 19:10:31 +0000 (19:10 +0000)]
Clean up after yourself

16 years agoanother one.
Jean-Baptiste Kempf [Sun, 10 Feb 2008 19:07:55 +0000 (19:07 +0000)]
another one.

16 years agooops. typo in thanks.
Jean-Baptiste Kempf [Sun, 10 Feb 2008 19:06:51 +0000 (19:06 +0000)]
oops. typo in thanks.

16 years agoFix compilation. We can't use config_* in mozilla so use the -DDATAPATH
Christophe Mutricy [Sun, 10 Feb 2008 19:02:22 +0000 (19:02 +0000)]
Fix compilation. We can't use config_* in mozilla so use the -DDATAPATH

16 years agoAAC reordering fix. Patch by Sebastian Jenny and atmo. THANKS them.
Jean-Baptiste Kempf [Sun, 10 Feb 2008 19:02:18 +0000 (19:02 +0000)]
AAC reordering fix. Patch by Sebastian Jenny and atmo. THANKS them.
Close #493

16 years agoWin32 threads: Set priority on success rather than failure.
Rémi Denis-Courmont [Sun, 10 Feb 2008 16:49:59 +0000 (16:49 +0000)]
Win32 threads: Set priority on success rather than failure.
Patch from atmo.

16 years agoReally (I swear) implement the waitpipe in net_write
Rémi Denis-Courmont [Sun, 10 Feb 2008 15:52:00 +0000 (15:52 +0000)]
Really (I swear) implement the waitpipe in net_write

16 years agoAdd some debug
Rémi Denis-Courmont [Sun, 10 Feb 2008 15:51:22 +0000 (15:51 +0000)]
Add some debug

16 years agoFix net_Write waitpipe usage, cleanups
Rémi Denis-Courmont [Sun, 10 Feb 2008 15:43:05 +0000 (15:43 +0000)]
Fix net_Write waitpipe usage, cleanups

16 years agocontrol/media_descriptor.c: Ask for artwork only when needed.
Pierre d'Herbemont [Sun, 10 Feb 2008 14:25:37 +0000 (14:25 +0000)]
control/media_descriptor.c: Ask for artwork only when needed.

16 years agocmake: remove unneeded checks.
Pierre d'Herbemont [Sun, 10 Feb 2008 12:43:50 +0000 (12:43 +0000)]
cmake: remove unneeded checks.

16 years agocmake: FindX11.
Pierre d'Herbemont [Sun, 10 Feb 2008 12:42:36 +0000 (12:42 +0000)]
cmake: FindX11.

16 years agoDon't set DATA_PATH when building plugins - fixes #1464
Rémi Denis-Courmont [Sun, 10 Feb 2008 12:34:34 +0000 (12:34 +0000)]
Don't set DATA_PATH when building plugins - fixes #1464

16 years agoUse config_GetDataDir() instead of DATA_PATH.
Rémi Denis-Courmont [Sun, 10 Feb 2008 12:31:27 +0000 (12:31 +0000)]
Use config_GetDataDir() instead of DATA_PATH.

16 years agoCleanup.
Rémi Denis-Courmont [Sun, 10 Feb 2008 12:12:24 +0000 (12:12 +0000)]
Cleanup.
SHM is autodetected, so there is not point in disabling it by force.

16 years agoThis really is an integer, not a boolean
Rémi Denis-Courmont [Sun, 10 Feb 2008 12:02:30 +0000 (12:02 +0000)]
This really is an integer, not a boolean

16 years agoQt4 - cosmetic.
Jean-Baptiste Kempf [Sun, 10 Feb 2008 12:01:30 +0000 (12:01 +0000)]
Qt4 - cosmetic.

16 years agoRemove arbitrary timer in net_Write()
Rémi Denis-Courmont [Sun, 10 Feb 2008 11:50:55 +0000 (11:50 +0000)]
Remove arbitrary timer in net_Write()

16 years agoAdd state-callback to check item-change, change playlist-current to
Ilkka Ollakka [Sun, 10 Feb 2008 11:16:51 +0000 (11:16 +0000)]
Add state-callback to check item-change, change playlist-current to
item-change for IM callback.
Check callback and handle other than interface-update stuff only if they
have same id than current input

Should fix that meta not showing/too many signals sended in beginning.
Shouldn't break anything (as always ;)

16 years agoQt4 - save the mainInterface size only if there was no video playing when you quit.
Jean-Baptiste Kempf [Sun, 10 Feb 2008 11:14:41 +0000 (11:14 +0000)]
Qt4 - save the mainInterface size only if there was no video playing when you quit.

16 years agoFix asa subtitles merge. Close #1468
Jean-Baptiste Kempf [Sun, 10 Feb 2008 11:04:14 +0000 (11:04 +0000)]
Fix asa subtitles merge. Close #1468
Patch by aballier.

16 years agoQt4 - Destroy correctly the qt4 interface when used in DP.
Jean-Baptiste Kempf [Sun, 10 Feb 2008 10:46:02 +0000 (10:46 +0000)]
Qt4 - Destroy correctly the qt4 interface when used in DP.

16 years agoQt4 - beginning of cleaning correctly the DP.
Jean-Baptiste Kempf [Sun, 10 Feb 2008 10:19:58 +0000 (10:19 +0000)]
Qt4 - beginning of cleaning correctly the DP.

16 years agoCleanup MRL parsing as agreed half a year ago.
Rémi Denis-Courmont [Sun, 10 Feb 2008 09:53:23 +0000 (09:53 +0000)]
Cleanup MRL parsing as agreed half a year ago.
This fixes opening file names with colons which some users,
at the expense of requiring "://" to separate the access from the path.
As such udp:@12.34.56.87 won't work anymore, use udp://@12.34.56.87 instead.

16 years agoQt4 - Remove trailing spaces...
Jean-Baptiste Kempf [Sun, 10 Feb 2008 09:31:17 +0000 (09:31 +0000)]
Qt4 - Remove trailing spaces...

16 years agoQt4 - Messages. Simplification and extend the tree item by default.
Jean-Baptiste Kempf [Sun, 10 Feb 2008 09:21:42 +0000 (09:21 +0000)]
Qt4 - Messages. Simplification and extend the tree item by default.

16 years agoQt4 - setToolTip on the rateLabel.
Jean-Baptiste Kempf [Sun, 10 Feb 2008 09:04:18 +0000 (09:04 +0000)]
Qt4 - setToolTip on the rateLabel.

16 years agoQt4 - Windows, try to fix the Open Containing Folder...
Jean-Baptiste Kempf [Sun, 10 Feb 2008 06:02:55 +0000 (06:02 +0000)]
Qt4 - Windows, try to fix the Open Containing Folder...

16 years agoFortune...
Jean-Baptiste Kempf [Sun, 10 Feb 2008 05:59:51 +0000 (05:59 +0000)]
Fortune...

16 years agoQt4 - SoundSlider setToolTip only in the correct range.
Jean-Baptiste Kempf [Sun, 10 Feb 2008 03:15:28 +0000 (03:15 +0000)]
Qt4 - SoundSlider setToolTip only in the correct range.

16 years agoQt4 - tree: remove the \n at the end of each line...
Jean-Baptiste Kempf [Sun, 10 Feb 2008 02:02:59 +0000 (02:02 +0000)]
Qt4 - tree: remove the \n at the end of each line...

16 years agomacosx/framework: Fix the cmake bootstrap script.
Pierre d'Herbemont [Sun, 10 Feb 2008 01:37:23 +0000 (01:37 +0000)]
macosx/framework: Fix the cmake bootstrap script.

16 years agovlc_common.h: VLC_EXPORT should have extern if there is no visibility support.
Pierre d'Herbemont [Sun, 10 Feb 2008 01:04:07 +0000 (01:04 +0000)]
vlc_common.h: VLC_EXPORT should have extern if there is no visibility support.

16 years agoReplace the button to the right place.
Rémi Duraffort [Sat, 9 Feb 2008 22:55:42 +0000 (22:55 +0000)]
Replace the button to the right place.

16 years agomacosx/framework: Fix a bit the cmake generation script.
Pierre d'Herbemont [Sat, 9 Feb 2008 22:27:33 +0000 (22:27 +0000)]
macosx/framework: Fix a bit the cmake generation script.

16 years agocmake: Enable opengllayer on Mac OS X.
Pierre d'Herbemont [Sat, 9 Feb 2008 22:02:06 +0000 (22:02 +0000)]
cmake: Enable opengllayer on Mac OS X.

16 years agocmake: FindCurses.
Pierre d'Herbemont [Sat, 9 Feb 2008 21:59:19 +0000 (21:59 +0000)]
cmake: FindCurses.

16 years agomacosx/framework: Use local variables where needed. That prevent wrong linkage with...
Pierre d'Herbemont [Sat, 9 Feb 2008 21:54:14 +0000 (21:54 +0000)]
macosx/framework: Use local variables where needed. That prevent wrong linkage with an other libvlc, and fix the multiple crash resulting in linking to 2 differents libvlc.

16 years agoUse the exception set in poll().
Rémi Denis-Courmont [Sat, 9 Feb 2008 21:10:04 +0000 (21:10 +0000)]
Use the exception set in poll().
This is a theoretical bug fix, as POLLPRI is not used anywhere in VLC.

16 years agocontribs: really fix ffmpeg compilation on Darwin (by reverting most of [25028] and...
Felix Paul Kühne [Sat, 9 Feb 2008 20:07:53 +0000 (20:07 +0000)]
contribs: really fix ffmpeg compilation on Darwin (by reverting most of [25028] and adapting its 2nd hunk to fit the upstream code)