gnome-subtitles r1076 - trunk



Author: pcastro
Date: Sun Nov 23 18:18:34 2008
New Revision: 1076
URL: http://svn.gnome.org/viewvc/gnome-subtitles?rev=1076&view=rev

Log:
Gstreamer-playbin has been included in the GS src dir. Only the .so lib is outside the GS assembly.


Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Sun Nov 23 18:18:34 2008
@@ -1,12 +1,12 @@
-SUBDIRS = $(GSTPB_DIR) . src data po help
+SUBDIRS = src data po help
 
 ACLOCAL_AMFLAGS = -I m4
 
 gstpbdir = $(pkglibdir)
-gstpb_SCRIPTS = build/GStreamerPlaybin.dll build/libgstreamer_playbin.so
+gstpb_SCRIPTS = build/libgstreamer_playbin.so
 
 $(gstpb_SCRIPTS):
-	cp -f $(GSTPB_DIR)/src/GStreamerPlaybin.dll build && cp -f $(GSTPB_DIR)/src/libgstreamer_playbin.so build
+	cp -f src/libgstreamer_playbin.so build
 
 EXTRA_DIST = 			\
 	autogen.sh			\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]