]> git.sesse.net Git - vlc/log
vlc
15 years agoSynchronize translation files 0.9.0-test1
Rémi Denis-Courmont [Tue, 1 Jul 2008 17:58:47 +0000 (20:58 +0300)]
Synchronize translation files

15 years agoMissing #include
Rémi Denis-Courmont [Tue, 1 Jul 2008 17:40:22 +0000 (20:40 +0300)]
Missing #include

15 years agoFix make distcheck
Rémi Denis-Courmont [Tue, 1 Jul 2008 17:34:57 +0000 (20:34 +0300)]
Fix make distcheck

15 years agoSync with (provisional) 0.8.6i
Rémi Denis-Courmont [Tue, 1 Jul 2008 17:23:23 +0000 (20:23 +0300)]
Sync with (provisional) 0.8.6i

15 years agoFix gettext use
Rémi Denis-Courmont [Tue, 1 Jul 2008 17:22:16 +0000 (20:22 +0300)]
Fix gettext use

15 years agoDo not recycle video outputs - fixes #1651
Rémi Denis-Courmont [Tue, 1 Jul 2008 16:42:23 +0000 (19:42 +0300)]
Do not recycle video outputs - fixes #1651

For the same reason as audio outputs. The code was thread-unsafe beyond
repair.

15 years agoRevert "Remove the suxor thread"
Rémi Denis-Courmont [Tue, 1 Jul 2008 16:41:26 +0000 (19:41 +0300)]
Revert "Remove the suxor thread"

This reverts commit 74cf34e6ae1258f4d680ef3f69e7cfa690ab6ef8.

15 years agoQt4: Remove hackish use of vout window for the FS controller.
Rémi Denis-Courmont [Tue, 1 Jul 2008 16:45:53 +0000 (19:45 +0300)]
Qt4: Remove hackish use of vout window for the FS controller.

This fixes #1651. We can hopefully get a proper patch for the FS
controller.

15 years agoFix compilation of VLC with --disable-vlm.
Antoine Cellerier [Tue, 1 Jul 2008 11:50:57 +0000 (13:50 +0200)]
Fix compilation of VLC with --disable-vlm.

15 years agoAllowed RV32 (same code than RGBA).
Laurent Aimar [Mon, 30 Jun 2008 23:08:28 +0000 (23:08 +0000)]
Allowed RV32 (same code than RGBA).

15 years agoFixed chain for chroma+resize.
Laurent Aimar [Mon, 30 Jun 2008 23:05:19 +0000 (23:05 +0000)]
Fixed chain for chroma+resize.
This allows resizing non overlay output without swscale support.
(I have disabled chroma chain building until someone tests it.)

15 years agoDistribute lua/lib/misc.h
Christophe Mutricy [Mon, 30 Jun 2008 22:47:17 +0000 (23:47 +0100)]
Distribute lua/lib/misc.h

15 years agoHere too.
Antoine Cellerier [Mon, 30 Jun 2008 20:39:13 +0000 (22:39 +0200)]
Here too.

15 years agoDon't build the rtp module when you don't have gcrypt (I hope it still
Antoine Cellerier [Mon, 30 Jun 2008 20:27:47 +0000 (22:27 +0200)]
Don't build the rtp module when you don't have gcrypt (I hope it still
works when you have it :p)

15 years agoRemove the brain-damaged video output destruction code
Rémi Denis-Courmont [Mon, 30 Jun 2008 19:57:54 +0000 (22:57 +0300)]
Remove the brain-damaged video output destruction code

Fixes crashes, deadlocks and assertions failure with #1650.
One cannot remove object references one does not own.

Reopens #1637.

15 years agoFix typo.
Antoine Cellerier [Mon, 30 Jun 2008 20:14:01 +0000 (22:14 +0200)]
Fix typo.

15 years agoRemove the suxor thread
Rémi Denis-Courmont [Mon, 30 Jun 2008 19:52:04 +0000 (22:52 +0300)]
Remove the suxor thread

There is enough sucking code.

15 years agoFix implicit filter chain module.
Antoine Cellerier [Mon, 30 Jun 2008 19:46:43 +0000 (21:46 +0200)]
Fix implicit filter chain module.

15 years agoSuxor thread: cleanup
Rémi Denis-Courmont [Mon, 30 Jun 2008 19:39:08 +0000 (22:39 +0300)]
Suxor thread: cleanup

Why call vlc_thread_ready when the other side does not wait anyway...

15 years agoClean up spu/filters when a vout module cannot be loaded.
Laurent Aimar [Mon, 30 Jun 2008 18:52:20 +0000 (18:52 +0000)]
Clean up spu/filters when a vout module cannot be loaded.
(The clean up path of vout is in a need of more cleaning).

15 years agoClean up vout error path.
Laurent Aimar [Mon, 30 Jun 2008 17:59:34 +0000 (17:59 +0000)]
Clean up vout error path.
Correctly free spu and filter chain.
Do not free 2x vout pictures.
(At least, vlc -V x11 does not segfault any more on resize, it
just does not work)

15 years agoRemoved an invalid lock.
Laurent Aimar [Sun, 29 Jun 2008 22:31:45 +0000 (22:31 +0000)]
Removed an invalid lock.

15 years agosrc/control/mediacontrol_audio_video.c: to create a generic object,
Olivier Aubert [Mon, 30 Jun 2008 17:51:49 +0000 (19:51 +0200)]
src/control/mediacontrol_audio_video.c: to create a generic object,
its size should be passed to vlc_object_create (instead of VLC_OBJECT_GENERIC)

15 years agopython bindings: fix compilation
Olivier Aubert [Mon, 30 Jun 2008 17:24:16 +0000 (19:24 +0200)]
python bindings: fix compilation

15 years agoWarn in case of dangerous thread join patterns
Rémi Denis-Courmont [Mon, 30 Jun 2008 16:09:47 +0000 (19:09 +0300)]
Warn in case of dangerous thread join patterns

15 years agosignal si redumdant after kill
Rémi Denis-Courmont [Mon, 30 Jun 2008 16:09:15 +0000 (19:09 +0300)]
signal si redumdant after kill

15 years agoWe don't want to use this module for avc1
Felix Paul Kühne [Mon, 30 Jun 2008 14:02:48 +0000 (16:02 +0200)]
We don't want to use this module for avc1

15 years agoFix clean target.
Antoine Cellerier [Mon, 30 Jun 2008 13:31:24 +0000 (15:31 +0200)]
Fix clean target.

15 years agoCorrectly disable the Core Animation vout for the 10.4u target
Felix Paul Kühne [Mon, 30 Jun 2008 12:41:46 +0000 (14:41 +0200)]
Correctly disable the Core Animation vout for the 10.4u target

15 years agoNote to self: test compilation before applying patches.
Antoine Cellerier [Mon, 30 Jun 2008 11:55:59 +0000 (13:55 +0200)]
Note to self: test compilation before applying patches.

15 years agoAdd --sout-asf-bitrate-override setting to ASF muxer
Georgi Chorbadzhiyski [Mon, 30 Jun 2008 09:00:34 +0000 (12:00 +0300)]
Add --sout-asf-bitrate-override setting to ASF muxer

This patch adds setting to override calculated bit rate outputted
into ASF stream. This is needed in the cases where ASF muxer
receives stream in TS (for example) and can't correctly determine
what output bit rate should be.

Windows Media Player actually uses ASF bitrate setting to calculate
how much to cache and if the output bit rate is wrong it tries to
cache too much or too little.

To test the behaviour before this patch try to stream WMV in TS
container to another VLC that remuxes it into ASF. Open the remuxed
stream into WMP and you'll see how it tries to cache 1%, 2%, 3%
and so on...

Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
15 years agoSmall cleanup in asf muxer. Use SOUT_CFG_PREFIX in options setup.
Georgi Chorbadzhiyski [Mon, 30 Jun 2008 09:00:32 +0000 (12:00 +0300)]
Small cleanup in asf muxer. Use SOUT_CFG_PREFIX in options setup.

Small cleanup in asf muxer. Use SOUT_CFG_PREFIX in options setup.

Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
15 years agoCosmetics (moved down filter2 update)
Laurent Aimar [Sun, 29 Jun 2008 22:01:52 +0000 (22:01 +0000)]
Cosmetics (moved down filter2 update)

15 years agoUse ChromaCreate/Destroy when applicable.
Laurent Aimar [Sun, 29 Jun 2008 21:09:40 +0000 (21:09 +0000)]
Use ChromaCreate/Destroy when applicable.

15 years agoAdded ChromaCreate/Destroy (cosmetic)
Laurent Aimar [Sun, 29 Jun 2008 20:59:01 +0000 (20:59 +0000)]
Added ChromaCreate/Destroy (cosmetic)

15 years agoDo not take/release change_lock inside InitThread/EndThread.
Laurent Aimar [Sun, 29 Jun 2008 20:39:05 +0000 (20:39 +0000)]
Do not take/release change_lock inside InitThread/EndThread.
(Cosmetic, it will allow cleaning up a bit the vout thread).

15 years agoPartially fix data leaks when vout creation fails.
Laurent Aimar [Sun, 29 Jun 2008 20:25:24 +0000 (20:25 +0000)]
Partially fix data leaks when vout creation fails.
Could someone with good vout knowledge review this commit ?

15 years agoFix previous commit
Rémi Denis-Courmont [Sun, 29 Jun 2008 20:21:53 +0000 (23:21 +0300)]
Fix previous commit

15 years agoCosmetics
Rémi Denis-Courmont [Sun, 29 Jun 2008 20:16:18 +0000 (23:16 +0300)]
Cosmetics

15 years agoAdded reget_buffer implementation for correct PTS for codec using it.
Laurent Aimar [Sun, 29 Jun 2008 19:08:20 +0000 (19:08 +0000)]
Added reget_buffer implementation for correct PTS for codec using it.
This allows playing of MS Video 1 file but it is not yet correct because
of the way VLC handles RGB (it won't work on big endian, and the colors
seem broken).

15 years agoAdd dirac video support to the ogg demuxer
Jonathan Rosser [Thu, 26 Jun 2008 17:04:48 +0000 (18:04 +0100)]
Add dirac video support to the ogg demuxer

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agots demux: add support for dirac streams via registration_descriptor
David Flynn [Wed, 25 Jun 2008 12:44:58 +0000 (12:44 +0000)]
ts demux: add support for dirac streams via registration_descriptor

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoRTP: avoid loosing the first received packet
Rémi Denis-Courmont [Sun, 29 Jun 2008 17:41:33 +0000 (20:41 +0300)]
RTP: avoid loosing the first received packet

15 years agoCheck against too low sample rate and 0 channel count (avoid division by 0)
Laurent Aimar [Sun, 29 Jun 2008 16:23:12 +0000 (16:23 +0000)]
Check against too low sample rate and 0 channel count (avoid division by 0)

15 years agoCheck against 0 sample rate (returned by ffmpeg).
Laurent Aimar [Sun, 29 Jun 2008 16:22:19 +0000 (16:22 +0000)]
Check against 0 sample rate (returned by ffmpeg).

15 years agoschroedinger: fix warnings
Rémi Denis-Courmont [Sun, 29 Jun 2008 15:22:43 +0000 (18:22 +0300)]
schroedinger: fix warnings

15 years agoFix corner case memory leak
Rémi Denis-Courmont [Sun, 29 Jun 2008 15:21:10 +0000 (18:21 +0300)]
Fix corner case memory leak

15 years agoAnnounce libschroedinger support
Rémi Denis-Courmont [Sun, 29 Jun 2008 15:20:36 +0000 (18:20 +0300)]
Announce libschroedinger support

15 years agoIntroduce new codec module to decode dirac video via libschroedinger
Jonathan Rosser [Fri, 27 Jun 2008 16:17:16 +0000 (17:17 +0100)]
Introduce new codec module to decode dirac video via libschroedinger

Schroedinger is a fast decoder of the Dirac video codec.  This plugin
is currently the most complete dirac decoder (compared with ffmpeg or
codec/dirac.c) and should ideally be used in preference

- Input data blocks are handed over to schro which eventually free's them
  (avoids memcpy).  Freed by SchroBufferFree()
- Share picture storage between schro and vlc -- avoids memcpy of picture
  data after decoding.  Freed by SchroFrameFree()
- Autodetection of libschroedinger in configure.ac
  May be disabled with --disable-schroedinger
- Bumped decoding priority to 200, to beat libavcodec.c and dirac.c,
  this module does a better job than either of them.

- Remove potential memory leak when allocating pictures
- Always use p_block rather than priv in SchroBufferFree
- Performs pts interpolation for streams that do not have one pts per picture
- Set progressive, top_field_first and nb_fields on picture_t's properly
- Fix copyright date in header
- Reorder picture_pts_t structure for efficiency
- Print 64 bit types correctly with "%"PRId64
- No need to p_buffer->i_buffer=0 before buffer_Release()
- Work around schroedinger's lack of handling multiple parseunits per block
- Work around corrupt data produced by demux/ts.c after discontinuity
- Correctly reset decoder at Dirac END_OF_SEQUENCE
- Split decoding loop into two parts:
   - First, injecting [valid] parse units into the decoder
   - Second, itterating the decoder

Signed-off-by: David Flynn <davidf@woaf.net>
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agofailing test for libvlc_media_list_player added
Filippo Carone [Sun, 29 Jun 2008 12:34:55 +0000 (14:34 +0200)]
failing test for libvlc_media_list_player added

15 years ago*cough*
Felix Paul Kühne [Sat, 28 Jun 2008 22:37:29 +0000 (00:37 +0200)]
*cough*

15 years agoDon't try to use 10.5-only threading features on a 10.4u target. Fixes #1614 on OS X.
Felix Paul Kühne [Sat, 28 Jun 2008 22:34:37 +0000 (00:34 +0200)]
Don't try to use 10.5-only threading features on a 10.4u target. Fixes #1614 on OS X.

15 years agoDo not delete input variable, only remove callbacks (and all of them).
Laurent Aimar [Sat, 28 Jun 2008 22:20:12 +0000 (22:20 +0000)]
Do not delete input variable, only remove callbacks (and all of them).
Otherwise, every one would have to check the return value of var_Get ...

15 years agoSimplify.
Antoine Cellerier [Sat, 28 Jun 2008 22:20:01 +0000 (00:20 +0200)]
Simplify.

15 years agoFixed segfault when parsing wav file to check for dts/a52.
Laurent Aimar [Sat, 28 Jun 2008 22:12:00 +0000 (22:12 +0000)]
Fixed segfault when parsing wav file to check for dts/a52.

15 years agoFixed segfault on corrupted wav file.
Laurent Aimar [Sat, 28 Jun 2008 22:09:27 +0000 (22:09 +0000)]
Fixed segfault on corrupted wav file.

15 years agoRemove trailing spaces.
Antoine Cellerier [Sat, 28 Jun 2008 22:04:43 +0000 (00:04 +0200)]
Remove trailing spaces.

15 years agoFixed buffer size computation with non zero bits per sample mod 8.
Laurent Aimar [Sat, 28 Jun 2008 22:03:31 +0000 (22:03 +0000)]
Fixed buffer size computation with non zero bits per sample mod 8.

15 years agoFixed invalid unlock on invalid audio format.
Laurent Aimar [Sat, 28 Jun 2008 21:59:48 +0000 (21:59 +0000)]
Fixed invalid unlock on invalid audio format.

15 years agoDon't assert.
Antoine Cellerier [Sat, 28 Jun 2008 21:58:29 +0000 (23:58 +0200)]
Don't assert.

15 years agowav: fix integer underflow
Rémi Denis-Courmont [Sat, 28 Jun 2008 11:10:15 +0000 (14:10 +0300)]
wav: fix integer underflow
(cherry picked from commit 105335dd73917555335c03460aaa67fcdb9d4a55)

15 years agowav: fix integer overflow (CVE-2008-2430)
Rémi Denis-Courmont [Sat, 28 Jun 2008 11:00:57 +0000 (14:00 +0300)]
wav: fix integer overflow (CVE-2008-2430)

When i_size is sufficiently large, we would overflow malloc(), and then
overwrite the heap with stream_Read().

Bug reported by: Alin Rad Pop, Secunia Research.

(cherry-picked from commit 95e2f0ff579a5b987cbde9454aa1fc86080528e2)

15 years agoFixed use of freed memory every time rtmp access is probed/used.
Laurent Aimar [Sat, 28 Jun 2008 21:40:12 +0000 (21:40 +0000)]
Fixed use of freed memory every time rtmp access is probed/used.
(for example, on invalid file ...)

15 years agoCheck malloc return value.
Rémi Duraffort [Sat, 28 Jun 2008 21:33:03 +0000 (23:33 +0200)]
Check malloc return value.

15 years agofix error: lua playlist warning: Error while runing script
Ilkka Ollakka [Sat, 28 Jun 2008 21:22:21 +0000 (00:22 +0300)]
fix error: lua playlist warning: Error while runing script
   share/lua/meta/googleimage.lua, function fetch_art(): share/lua/meta/googleimage.lua:43: calling
   'stream' on bad self (string expected, got table)

15 years agoFix memleak when the codec can't be loaded.
Rémi Duraffort [Sat, 28 Jun 2008 21:14:41 +0000 (23:14 +0200)]
Fix memleak when the codec can't be loaded.

15 years agoNo need to patch FFmpeg's MMX code if we are on Darwin-ppc
Felix Paul Kühne [Sat, 28 Jun 2008 21:12:05 +0000 (23:12 +0200)]
No need to patch FFmpeg's MMX code if we are on Darwin-ppc

15 years agoDon't leak an object in case of an error.
Rémi Duraffort [Sat, 28 Jun 2008 21:03:03 +0000 (23:03 +0200)]
Don't leak an object in case of an error.

15 years agoRemove unused variables.
Rémi Duraffort [Sat, 28 Jun 2008 20:35:49 +0000 (22:35 +0200)]
Remove unused variables.

15 years agoFix compilation warning.
Rémi Duraffort [Sat, 28 Jun 2008 20:30:41 +0000 (22:30 +0200)]
Fix compilation warning.

15 years agoForgot this file
Rémi Denis-Courmont [Sat, 28 Jun 2008 20:02:17 +0000 (23:02 +0300)]
Forgot this file

15 years agoQt4: weak reference the video output...
Rémi Denis-Courmont [Sat, 28 Jun 2008 19:52:16 +0000 (22:52 +0300)]
Qt4: weak reference the video output...

...so we don't try to vout_Control() it after it's been destroyed.
We cannot yield the video output for real either, as it would prevent
it from being destroyed once it is not needed anymore.

15 years agoplaylist: release video outputs *once* - fixes #1593
Rémi Denis-Courmont [Sat, 28 Jun 2008 19:22:00 +0000 (22:22 +0300)]
playlist: release video outputs *once* - fixes #1593

Releasing other thread's references is not a very good idea...

15 years agoVLC_OBJECT_FILTER: remove
Rémi Denis-Courmont [Sat, 28 Jun 2008 18:46:26 +0000 (21:46 +0300)]
VLC_OBJECT_FILTER: remove

15 years agoVLC_OBJECT_DIALOGS: remove
Rémi Denis-Courmont [Sat, 28 Jun 2008 18:36:02 +0000 (21:36 +0300)]
VLC_OBJECT_DIALOGS: remove

15 years agovlc_object_create: assert that the object type is known
Rémi Denis-Courmont [Sat, 28 Jun 2008 18:34:42 +0000 (21:34 +0300)]
vlc_object_create: assert that the object type is known

15 years agoUse sizeof(vlc_object_t) as appropriate
Rémi Denis-Courmont [Sat, 28 Jun 2008 18:31:20 +0000 (21:31 +0300)]
Use sizeof(vlc_object_t) as appropriate

15 years agovout: use vlc_custom_create
Rémi Denis-Courmont [Sat, 28 Jun 2008 18:22:24 +0000 (21:22 +0300)]
vout: use vlc_custom_create

15 years agovlc_pthread_fatal: fix error message
Rémi Denis-Courmont [Sat, 28 Jun 2008 17:43:51 +0000 (20:43 +0300)]
vlc_pthread_fatal: fix error message

The error message was overriden to "Illegal seek"

15 years agoTypo
Rémi Denis-Courmont [Sat, 28 Jun 2008 17:25:33 +0000 (20:25 +0300)]
Typo

15 years agoRemove completely useless mutex
Rémi Denis-Courmont [Sat, 28 Jun 2008 17:23:37 +0000 (20:23 +0300)]
Remove completely useless mutex

15 years agoAvoid dummy error
Rémi Denis-Courmont [Sat, 28 Jun 2008 17:15:07 +0000 (20:15 +0300)]
Avoid dummy error

15 years agoRemove unused variable
Rémi Denis-Courmont [Sat, 28 Jun 2008 17:15:01 +0000 (20:15 +0300)]
Remove unused variable

15 years agoWe don't need the vlc_mutex_lock here.
Rémi Duraffort [Sat, 28 Jun 2008 17:00:05 +0000 (19:00 +0200)]
We don't need the vlc_mutex_lock here.

15 years agoMove intf-popupmenu and video-on-top variables from playlist to libvlc.
Antoine Cellerier [Sat, 28 Jun 2008 17:02:05 +0000 (19:02 +0200)]
Move intf-popupmenu and video-on-top variables from playlist to libvlc.
Should fix assertion errors.

15 years agoSmall fixes for ts_mux
Kaloyan Kovachev [Fri, 27 Jun 2008 11:00:49 +0000 (14:00 +0300)]
Small fixes for ts_mux

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoFix a few bugs in mosaic bridge.
Antoine Cellerier [Sat, 28 Jun 2008 14:09:05 +0000 (16:09 +0200)]
Fix a few bugs in mosaic bridge.

15 years agoRemove abusive error message
Rémi Denis-Courmont [Sat, 28 Jun 2008 12:36:38 +0000 (15:36 +0300)]
Remove abusive error message

15 years agoChunkFind: fix skipping very large chunks
Rémi Denis-Courmont [Sat, 28 Jun 2008 10:32:07 +0000 (13:32 +0300)]
ChunkFind: fix skipping very large chunks

15 years agouint is not standard (and breaks Win32) - use unsigned
Rémi Denis-Courmont [Sat, 28 Jun 2008 10:07:02 +0000 (13:07 +0300)]
uint is not standard (and breaks Win32) - use unsigned

15 years agoRemove unused parameter
Rémi Denis-Courmont [Sat, 28 Jun 2008 09:56:26 +0000 (12:56 +0300)]
Remove unused parameter

15 years agoFix format string
Rémi Denis-Courmont [Sat, 28 Jun 2008 09:53:35 +0000 (12:53 +0300)]
Fix format string

15 years agoFix function name clash
Rémi Denis-Courmont [Sat, 28 Jun 2008 09:49:56 +0000 (12:49 +0300)]
Fix function name clash

15 years agoABI break
Rémi Denis-Courmont [Sat, 28 Jun 2008 09:46:56 +0000 (12:46 +0300)]
ABI break

15 years agoUse the Scaletempo audio filter
Rov Juvano [Sun, 22 Jun 2008 16:09:27 +0000 (12:09 -0400)]
Use the Scaletempo audio filter

Scaletempo maintains the audio pitch when playback rate != 1.0 (i.e.
no chipmunk effect).  This fixes the pitch scaling caused by using the
resampler to handle playback rate.

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoAdd Scaletempo audio filter
Rov Juvano [Sun, 22 Jun 2008 16:09:27 +0000 (12:09 -0400)]
Add Scaletempo audio filter

Scaletempo maintains the audio pitch when playback rate != 1.0 (i.e.
no chipmunk effect).  This fixes the pitch scaling caused by using the
resampler to handle playback rate.

Ported from GStreamer.  Inspired by SoundTouch library by Olli Parviainen.

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years ago__EVEN: expansion-safety
Rémi Denis-Courmont [Sat, 28 Jun 2008 09:37:05 +0000 (12:37 +0300)]
__EVEN: expansion-safety

15 years agoNo reason to not use $(HOSTCONF) when possible.
Jean-Baptiste Kempf [Sat, 28 Jun 2008 06:48:14 +0000 (23:48 -0700)]
No reason to not use $(HOSTCONF) when possible.

15 years agoFix previous commit.
Jean-Baptiste Kempf [Sat, 28 Jun 2008 06:10:52 +0000 (23:10 -0700)]
Fix previous commit.

Stop the drinking... Sorry about that.

15 years agoHeaders for newer libdvdread have moved :D
Jean-Baptiste Kempf [Sat, 28 Jun 2008 06:00:52 +0000 (23:00 -0700)]
Headers for newer libdvdread have moved :D