summaryrefslogtreecommitdiff
path: root/src/libffmpeg
diff options
context:
space:
mode:
authorJames Stembridge <jstembridge@users.sourceforge.net>2003-03-14 12:23:21 +0000
committerJames Stembridge <jstembridge@users.sourceforge.net>2003-03-14 12:23:21 +0000
commit24c7d9f992cc8c2512897ac22da440f672659fb7 (patch)
tree67ea35099a8cacc7c20061928a01a050045bf804 /src/libffmpeg
parentb091d0fb2d2ad0708b5d57f238ea215c7d09eea4 (diff)
downloadxine-lib-24c7d9f992cc8c2512897ac22da440f672659fb7.tar.gz
xine-lib-24c7d9f992cc8c2512897ac22da440f672659fb7.tar.bz2
Build post processing code
CVS patchset: 4407 CVS date: 2003/03/14 12:23:21
Diffstat (limited to 'src/libffmpeg')
-rw-r--r--src/libffmpeg/libavcodec/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/Makefile.am b/src/libffmpeg/libavcodec/Makefile.am
index 3edc1ef19..c54f72ae8 100644
--- a/src/libffmpeg/libavcodec/Makefile.am
+++ b/src/libffmpeg/libavcodec/Makefile.am
@@ -2,7 +2,7 @@
## Process this file with automake to produce Makefile.in
##
-SUBDIRS = armv4l i386 mlib alpha
+SUBDIRS = armv4l i386 mlib alpha libpostproc
## we include ppc/* files since auto* doesn't dive into.
EXTRA_DIST = fdctref.c imgresample.c motion_est_template.c wmv2.c \
@@ -77,6 +77,9 @@ noinst_HEADERS = \
$(ASCOMPILE) -o $@ `test -f $< || echo '$(srcdir)/'`$<
debug:
+ @list='$(SUBDIRS)'; for subdir in $$list; do \
+ (cd $$subdir && $(MAKE) $@) || exit;\
+ done;
@$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(LIBFFMPEG_CFLAGS)"
install-debug: debug