mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-11 19:06:33 +00:00
7b8037423b
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
11 lines
232 B
Makefile
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
|