gstreamer/ext/theora/Makefile.am
Thomas Vander Stichele f9355c4a9c fix #151462
Original commit message from CVS:
fix #151462
2004-08-31 08:45:47 +00:00

8 lines
242 B
Makefile

plugin_LTLIBRARIES = libgsttheora.la
libgsttheora_la_SOURCES = theora.c theoraenc.c theoradec.c
libgsttheora_la_CFLAGS = $(GST_CFLAGS) $(THEORA_CFLAGS)
libgsttheora_la_LIBADD = $(THEORA_LIBS)
libgsttheora_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)