diff options
Diffstat (limited to 'src/libffmpeg/libavcodec')
-rw-r--r-- | src/libffmpeg/libavcodec/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/Makefile.am b/src/libffmpeg/libavcodec/Makefile.am index 3095cb76c..457c5f275 100644 --- a/src/libffmpeg/libavcodec/Makefile.am +++ b/src/libffmpeg/libavcodec/Makefile.am @@ -10,6 +10,7 @@ EXTRA_DIST = motion_est_template.c imgresample.c \ # otherwise we get unresolved symbols, because some unsatisfied function calls # are not optimized away with debug optimization AM_CFLAGS = $(LIBFFMPEG_CFLAGS) `test "$(CFLAGS)" = "$(DEBUG_CFLAGS)" && echo -DCONFIG_ENCODERS` +AM_CPPFLAGS = $(ZLIB_CPPFLAGS) ASFLAGS = noinst_LTLIBRARIES = libavcodec.la |