mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
f9355c4a9c
Original commit message from CVS: fix #151462
7 lines
242 B
Makefile
7 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)
|
|
|