diff options
| author | James Stembridge <jstembridge@users.sourceforge.net> | 2003-03-14 12:14:10 +0000 |
|---|---|---|
| committer | James Stembridge <jstembridge@users.sourceforge.net> | 2003-03-14 12:14:10 +0000 |
| commit | 0c6fa1fca2cefd7a42fefb4c36c31780dabc1944 (patch) | |
| tree | 7a29e20b64f77fbe95699d48a69d3af875b2e324 /src/libffmpeg/libavcodec/libpostproc/Makefile.am | |
| parent | b23196053b887778d120d4330cdae4aae6c57c7d (diff) | |
| download | xine-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.am | 29 |
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 |
