2001-01-14 21:55:41 +00:00
|
|
|
# FIXME FIXME
|
|
|
|
|
2001-04-25 11:49:38 +00:00
|
|
|
if HAVE_GNOME
|
2001-04-28 03:38:09 +00:00
|
|
|
GNOME_PROGS = spectrum wave mp1parse videotest aviparse \
|
|
|
|
videotest2 video2mp1 dvshow dv2mp1 \
|
|
|
|
mpeg2parse mpeg2parse2 mpeg2parse3
|
2001-04-25 11:49:38 +00:00
|
|
|
else
|
|
|
|
GNOME_PROGS =
|
|
|
|
endif
|
|
|
|
|
|
|
|
noinst_PROGRAMS = qtest $(GNOME_PROGS) record mp3 teardown buffer mp3parse \
|
|
|
|
mp3play ac3parse ac3play dvdcat fake cobin \
|
|
|
|
vidcapture avi2mpg mp2tomp1 mp1tomp1 pipetest \
|
|
|
|
vidcapture2 mp2toavi mp3tovorbis xmmstest \
|
|
|
|
mp3mad
|
2000-01-30 10:44:33 +00:00
|
|
|
|
2000-12-27 22:39:45 +00:00
|
|
|
SUBDIRS = xml bindings
|
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
|
|
|
|
|
2001-04-22 16:04:19 +00:00
|
|
|
LDADD = ${xvlibs} -lXxf86vm $(GNOME_LIBS) $(GST_LIBS)
|
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
|
|
|
|
2001-01-14 21:55:41 +00:00
|
|
|
LIBS += $(GNOME_LIBS) $(GST_LIBS)
|
|
|
|
CFLAGS += $(GNOME_CFLAGS) $(GST_CFLAGS)
|
2000-01-30 10:44:33 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = README
|