summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/libpostproc/Makefile.am
diff options
context:
space:
mode:
authorJames Stembridge <jstembridge@users.sourceforge.net>2003-03-14 12:14:10 +0000
committerJames Stembridge <jstembridge@users.sourceforge.net>2003-03-14 12:14:10 +0000
commit0c6fa1fca2cefd7a42fefb4c36c31780dabc1944 (patch)
tree7a29e20b64f77fbe95699d48a69d3af875b2e324 /src/libffmpeg/libavcodec/libpostproc/Makefile.am
parentb23196053b887778d120d4330cdae4aae6c57c7d (diff)
downloadxine-lib-0c6fa1fca2cefd7a42fefb4c36c31780dabc1944.tar.gz
xine-lib-0c6fa1fca2cefd7a42fefb4c36c31780dabc1944.tar.bz2
Import post processing code from ffmpeg
CVS patchset: 4405 CVS date: 2003/03/14 12:14:10
Diffstat (limited to 'src/libffmpeg/libavcodec/libpostproc/Makefile.am')
-rw-r--r--src/libffmpeg/libavcodec/libpostproc/Makefile.am29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/libpostproc/Makefile.am b/src/libffmpeg/libavcodec/libpostproc/Makefile.am
new file mode 100644
index 000000000..10328eeff
--- /dev/null
+++ b/src/libffmpeg/libavcodec/libpostproc/Makefile.am
@@ -0,0 +1,29 @@
+AM_CFLAGS = $(LIBFFMPEG_CFLAGS)
+ASFLAGS =
+
+LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
+
+noinst_LTLIBRARIES = libpostprocess.la
+
+EXTRA_DIST = postprocess_template.c
+
+libpostprocess_la_SOURCES = postprocess.c
+
+noinst_HEADERS = mangle.h postprocess.h postprocess_internal.h
+
+.s.lo:
+ $(ASCOMPILE) -o $@ `test -f $< || echo '$(srcdir)/'`$<
+
+debug:
+ @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(LIBFFMPEG_CFLAGS)"
+
+install-debug: debug
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+mostlyclean-generic:
+ -rm -f *~ \#* .*~ .\#*
+
+maintainer-clean-generic:
+ -@echo "This command is intended for maintainers to use;"
+ -@echo "it deletes files that may require special tools to rebuild."
+ -rm -f Makefile.in