diff options
-rw-r--r-- | src/libffmpeg/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libffmpeg/Makefile.am b/src/libffmpeg/Makefile.am index 7490cc98f..f84451f0d 100644 --- a/src/libffmpeg/Makefile.am +++ b/src/libffmpeg/Makefile.am @@ -30,11 +30,11 @@ $(top_builddir)/contrib/ffmpeg/config.h: ffmpeg_config.h: $(top_builddir)/contrib/ffmpeg/config.h cp $(top_builddir)/contrib/ffmpeg/config.h ffmpeg_config.h -endif - BUILT_SOURCES = ffmpeg_config.h CLEANFILES = $(BUILT_SOURCES) +endif + # this must always be included, even if the current machine has no DXR3... EXTRA_DIST = ffmpeg_encoder.c |