2000-01-31 06:46:18 +00:00
|
|
|
#noinst_PROGRAMS = basic m types a r plugin w s args mpg123 mcut push qtest
|
|
|
|
noinst_PROGRAMS = qtest spectrum record wave mp3 teardown buffer mp3parse \
|
2000-03-13 22:13:11 +00:00
|
|
|
mpeg2parse mp1parse mp3play ac3parse ac3play dvdcat fake cobin videotest \
|
2000-08-14 15:17:24 +00:00
|
|
|
aviparse vidcapture avi2mpg mp2tomp1 mp1tomp1 pipetest \
|
|
|
|
vidcapture2 mp2toavi
|
2000-01-30 10:44:33 +00:00
|
|
|
|
2000-01-31 05:55:22 +00:00
|
|
|
SUBDIRS = xml cothreads bindings
|
2000-01-30 10:44:33 +00:00
|
|
|
|
2000-08-14 15:17:24 +00:00
|
|
|
CFLAGS = -Wall $(shell gnome-config --cflags gnomeui)
|
|
|
|
LDFLAGS = $(shell gnome-config --libs gnomeui)
|
2000-01-30 10:44:33 +00:00
|
|
|
|
|
|
|
buffer_SOURCES = buffer.c mem.c
|
|
|
|
teardown_SOURCES = teardown.c mem.c
|
|
|
|
ac3play_SOURCES = ac3play.c mem.c
|
|
|
|
|
2000-01-31 05:55:22 +00:00
|
|
|
noinst_HEADERS = mem.h
|
|
|
|
|
2000-08-19 00:29:57 +00:00
|
|
|
if HAVE_LIBXV
|
|
|
|
xvlibs=-lXv
|
|
|
|
else
|
|
|
|
xvlibs=
|
|
|
|
endif
|
|
|
|
|
|
|
|
LDADD = $(top_builddir)/gst/libgst.la \
|
|
|
|
$(GLIB_LIBS) $(GTK_LIBS) \
|
|
|
|
$(top_builddir)/plugins/videosink/gdkxvimage.lo ${xvlibs} -lXxf86vm
|
2000-08-14 15:17:24 +00:00
|
|
|
|
2000-04-02 21:36:54 +00:00
|
|
|
#LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la \
|
|
|
|
# $(top_builddir)/plugins/videosink/libvideosink.la -L/usr/X11/lib -lXxf86dga
|
2000-08-14 15:17:24 +00:00
|
|
|
#LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
|
2000-04-02 21:36:54 +00:00
|
|
|
|
2000-01-30 10:44:33 +00:00
|
|
|
|
|
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir) \
|
|
|
|
$(shell gnome-config --cflags gnomeui)
|
|
|
|
|
|
|
|
EXTRA_DIST = README
|