diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-02-24 01:30:53 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-02-24 01:30:53 +0000 |
commit | 293a8f011bc74b9089cff8c1a52e51d4cb578b2d (patch) | |
tree | fe03f2e723446abb12d7c1e52fc883637aeae650 | |
parent | dabb44bc7b016c5c1b06a264784585ca1970afe2 (diff) | |
download | xine-lib-293a8f011bc74b9089cff8c1a52e51d4cb578b2d.tar.gz xine-lib-293a8f011bc74b9089cff8c1a52e51d4cb578b2d.tar.bz2 |
src/dxr3/compat.h needs to be in the tarball...
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | src/dxr3/Makefile.am | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,6 @@ +xine-lib (1.1.18.1) 2010-??-?? + * Oops. compat.c (for DXR3 support) was omitted. + xine-lib (1.1.18) 2010-02-23 * Bump the FLAC decoder's priority above ffmpegaudio. This should fix various problems with FLAC playback. diff --git a/src/dxr3/Makefile.am b/src/dxr3/Makefile.am index f6beb521a..1027d0e44 100644 --- a/src/dxr3/Makefile.am +++ b/src/dxr3/Makefile.am @@ -18,6 +18,8 @@ if HAVE_LIBRTE link_rte = -lrte endif +EXTRA_DIST = compat.c + xineplug_LTLIBRARIES = $(dxr3_modules) xineplug_decode_dxr3_video_la_SOURCES = dxr3_decode_video.c |