diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-14 20:27:35 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-14 20:27:35 +0100 |
commit | e0a7c3b01155f1ccc05e75e2c31c17040424ecbb (patch) | |
tree | d530678d92689956654d9ece128938276bfd9386 /src | |
parent | c06c312002413973b227747dc62461b41c830b77 (diff) | |
download | xine-lib-e0a7c3b01155f1ccc05e75e2c31c17040424ecbb.tar.gz xine-lib-e0a7c3b01155f1ccc05e75e2c31c17040424ecbb.tar.bz2 |
The other half of the dependencies fix.
Diffstat (limited to 'src')
-rw-r--r-- | src/libffmpeg/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libffmpeg/Makefile.am b/src/libffmpeg/Makefile.am index 4938404a2..7490cc98f 100644 --- a/src/libffmpeg/Makefile.am +++ b/src/libffmpeg/Makefile.am @@ -32,7 +32,8 @@ ffmpeg_config.h: $(top_builddir)/contrib/ffmpeg/config.h endif -CLEANFILES = ffmpeg_config.h +BUILT_SOURCES = ffmpeg_config.h +CLEANFILES = $(BUILT_SOURCES) # this must always be included, even if the current machine has no DXR3... EXTRA_DIST = ffmpeg_encoder.c |