diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libffmpeg/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libffmpeg/Makefile.am b/src/libffmpeg/Makefile.am index 565982fc1..0bf1d8d4b 100644 --- a/src/libffmpeg/Makefile.am +++ b/src/libffmpeg/Makefile.am @@ -2,9 +2,8 @@ include $(top_srcdir)/misc/Makefile.common SUBDIRS = libavcodec -# I don't think this should include internal docs that are not interesting -# for end users at all... -siggi -EXTRA_DIST = +# this must always be included, even if the current machine has no DXR3... +EXTRA_DIST = xine_decoder.c INTERNAL_DOCS = diff_to_ffmpeg_cvs.txt |