gstreamer/ext/esd/Makefile.am
Thomas Vander Stichele 7b8037423b added esd added new autogen.sh feature : list all of the libs/plugins you want to disable in a file called "disable" ...
Original commit message from CVS:
added esd
added new autogen.sh feature :
list all of the libs/plugins you want to disable in a file called "disable"
and they will.  makes it easier to check stuff when you're working on one
a file "enable" does the opposite.  You're on your own if you make them
conflict ;)
CML2 anyone ?

fixed some xvideo stuff, can't remember what though
2001-12-20 23:13:50 +00:00

11 lines
232 B
Makefile

filterdir = $(libdir)/gst
filter_LTLIBRARIES = libesdsink.la
libesdsink_la_SOURCES = esdsink.c
noinst_HEADERS = esdsink.h
libesdsink_la_CFLAGS = $(ESD_CFLAGS) $(GST_CFLAGS)
libesdsink_la_LIBADD = $(ESD_LIBS)
EXTRA_DIST = README