summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2005-09-05 17:02:56 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2005-09-05 17:02:56 +0000
commit69a1b10dd38c06f34747e7a55d62fdfcec2883cc (patch)
treee10fd932e747549b9c88d3af4fa0dd81a8eb17e1 /src/libffmpeg/libavcodec
parentb8578b7dfbada9cb57940bfec5b844ea0e871970 (diff)
downloadxine-lib-69a1b10dd38c06f34747e7a55d62fdfcec2883cc.tar.gz
xine-lib-69a1b10dd38c06f34747e7a55d62fdfcec2883cc.tar.bz2
*BUGFIX*
Build improvements and WIN32 port updates: - add --with-pthread-pefix and --with-zlib-pefix options - prepare for removing internal zlib and pthreads-win32 relics, updated documentation for possible WIN32 developers (only for me? :->) - fixed bug in unimportant part of configure.ac for MinGW due to xine paths - fixed my bug in cdda (but it compiled fine anyway) - fixed unimportant bug in planar Makefile.am - next MSVC update due to external zlib, pthreads and latest changes, removed relic includes - checked distcheck CVS patchset: 7719 CVS date: 2005/09/05 17:02:56
Diffstat (limited to 'src/libffmpeg/libavcodec')
-rw-r--r--src/libffmpeg/libavcodec/Makefile.am1
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