diff options
| author | Matt Messier <mmessier@grapetv.org> | 2007-05-11 19:28:18 -0400 |
|---|---|---|
| committer | Matt Messier <mmessier@grapetv.org> | 2007-05-11 19:28:18 -0400 |
| commit | 67b0ebb21185cb8ea2972dead6870bab8306724e (patch) | |
| tree | e6380633bd936b52020455aae9eabb3860d10c7a /src/libw32dll/DirectShow | |
| parent | 913f9b8ee348c91717cdf5cd4c8a4d56b9d22a5e (diff) | |
| download | xine-lib-67b0ebb21185cb8ea2972dead6870bab8306724e.tar.gz xine-lib-67b0ebb21185cb8ea2972dead6870bab8306724e.tar.bz2 | |
Another round of Makefile.am cleanups
Diffstat (limited to 'src/libw32dll/DirectShow')
| -rw-r--r-- | src/libw32dll/DirectShow/Makefile.am | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/src/libw32dll/DirectShow/Makefile.am b/src/libw32dll/DirectShow/Makefile.am index a74c65815..414e6764f 100644 --- a/src/libw32dll/DirectShow/Makefile.am +++ b/src/libw32dll/DirectShow/Makefile.am @@ -1,16 +1,25 @@ include $(top_srcdir)/misc/Makefile.common -AM_CFLAGS = $(X_CFLAGS) -fno-omit-frame-pointer \ - -Wmissing-prototypes -Wimplicit-function-declaration \ - -DWIN32_PATH=\"@w32_path@\" -DNOAVIFILE_HEADERS \ +AM_CFLAGS = $(X_CFLAGS) -fno-omit-frame-pointer +AM_CPPFLAGS = -DWIN32_PATH=\"$(w32_path)\" -DNOAVIFILE_HEADERS \ -I$(srcdir)/.. -I$(srcdir)/../wine +noinst_HEADERS = \ + allocator.h \ + cmediasample.h \ + guids.h \ + inputpin.h \ + interfaces.h \ + iunk.h \ + outputpin.h \ + DS_AudioDecoder.h \ + DS_Filter.h \ + DS_VideoDecoder.h + if HAVE_W32DLL -ds_filter_lib = libds_filter.la +noinst_LTLIBRARIES = libds_filter.la endif -noinst_LTLIBRARIES = $(ds_filter_lib) - libds_filter_la_SOURCES = \ allocator.c \ cmediasample.c \ @@ -20,15 +29,3 @@ libds_filter_la_SOURCES = \ DS_Filter.c \ DS_AudioDecoder.c \ DS_VideoDecoder.c - -noinst_HEADERS = \ - allocator.h \ - cmediasample.h \ - guids.h \ - inputpin.h \ - interfaces.h \ - iunk.h \ - outputpin.h \ - DS_AudioDecoder.h \ - DS_Filter.h \ - DS_VideoDecoder.h |
