summaryrefslogtreecommitdiffstats
path: root/gst-libs/ext
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-11-22 04:06:06 +0000
committerDavid Schleef <ds@schleef.org>2003-11-22 04:06:06 +0000
commit06bec925463ebbe0f2b27a7dcdde70b290738b5f (patch)
tree16db4b191b84130ac3dc3c4d7452d7b886586a1d /gst-libs/ext
parent54537fdb264ef0a52a2a0dccd4722163afec097a (diff)
downloadgst-plugins-bad-06bec925463ebbe0f2b27a7dcdde70b290738b5f.tar.gz
gst-plugins-bad-06bec925463ebbe0f2b27a7dcdde70b290738b5f.tar.bz2
gst-plugins-bad-06bec925463ebbe0f2b27a7dcdde70b290738b5f.zip
distcheck fixes
Original commit message from CVS: distcheck fixes
Diffstat (limited to 'gst-libs/ext')
-rw-r--r--gst-libs/ext/ffmpeg/Makefile.am14
1 files changed, 3 insertions, 11 deletions
diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am
index fc32593f..0a7a076d 100644
--- a/gst-libs/ext/ffmpeg/Makefile.am
+++ b/gst-libs/ext/ffmpeg/Makefile.am
@@ -74,15 +74,6 @@ install: all
uninstall:
@true
-# override recursive targets
-# FIXME: maybe this can be prettier, so it doesn't generate warnings
-dvi-recursive:
- true
-check-recursive:
- true
-installcheck-recursive:
- true
-
noinst_LTLIBRARIES = libavformat.la libavcodec.la
@@ -168,8 +159,9 @@ libavformat_la_SOURCES = \
ffmpeg/libavformat/yuv.c
libavformat_la_LDFLAGS = -lm -lz
-libavformat_la_CFLAGS = $(defs) -Wall -I$(srcdir)/ffmpeg -I$(srcdir)/ffmpeg/libavformat \
- -I$(srcdir)/ffmpeg/libavcodec -DHAVE_AV_CONFIG_H \
+libavformat_la_CFLAGS = $(defs) -Wall -I$(srcdir) -I$(srcdir)/ffmpeg \
+ -I$(srcdir)/ffmpeg/libavformat -I$(srcdir)/ffmpeg/libavcodec \
+ -I$(top_srcdir)/gst-libs/ext/linux/ -DHAVE_AV_CONFIG_H \
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE