diff options
-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 |