mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
08499d6af3
Original commit message from CVS: * configure.ac: Add prototype Dirac support. * ext/Makefile.am: * ext/dirac/Makefile.am: * ext/dirac/gstdirac.cc: * ext/dirac/gstdiracdec.cc:
9 lines
248 B
Makefile
9 lines
248 B
Makefile
|
|
plugin_LTLIBRARIES = libgstdirac.la
|
|
|
|
libgstdirac_la_SOURCES = gstdirac.cc gstdiracdec.cc
|
|
#gstdiracenc.c
|
|
libgstdirac_la_CXXFLAGS = $(GST_CFLAGS) $(DIRAC_CFLAGS)
|
|
libgstdirac_la_LIBADD = $(DIRAC_LIBS)
|
|
libgstdirac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|