diff options
Diffstat (limited to 'src/libffmpeg')
-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 |