ee84687da6
* rename gstreamer-libgst* to libgst* * rename gstreamer to libgstreamer * add a gstreamer meta-package * add gstreamer-utils * remove extra CFLAGS & LDFLAGS for libiconv & libintl (provided by glib2) git-svn-id: svn://svn.openwrt.org/openwrt/packages@22067 3c298f89-4303-0410-b956-a3cf2f4a3e73
40 lines
882 B
Diff
40 lines
882 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -7,14 +7,14 @@ aclocaldir = $(datadir)/aclocal
|
|
aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4
|
|
|
|
SUBDIRS = pkgconfig \
|
|
- gst libs plugins tools tests \
|
|
+ gst libs plugins tools \
|
|
po \
|
|
m4 \
|
|
common
|
|
|
|
# These are all the possible subdirs
|
|
DIST_SUBDIRS = pkgconfig \
|
|
- gst libs plugins tools tests \
|
|
+ gst libs plugins tools \
|
|
po \
|
|
m4 \
|
|
common
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -444,7 +444,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk
|
|
aclocaldir = $(datadir)/aclocal
|
|
aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4
|
|
SUBDIRS = pkgconfig \
|
|
- gst libs plugins tools tests \
|
|
+ gst libs plugins tools \
|
|
po \
|
|
m4 \
|
|
common
|
|
@@ -452,7 +452,7 @@ SUBDIRS = pkgconfig \
|
|
|
|
# These are all the possible subdirs
|
|
DIST_SUBDIRS = pkgconfig \
|
|
- gst libs plugins tools tests \
|
|
+ gst libs plugins tools \
|
|
po \
|
|
m4 \
|
|
common
|