2003-12-11 21:07:25 +00:00
|
|
|
plugin_LTLIBRARIES = libgstmpeg2enc.la
|
|
|
|
|
|
|
|
libgstmpeg2enc_la_SOURCES = \
|
|
|
|
gstmpeg2enc.cc \
|
|
|
|
gstmpeg2encoptions.cc \
|
|
|
|
gstmpeg2encoder.cc \
|
|
|
|
gstmpeg2encstreamwriter.cc \
|
|
|
|
gstmpeg2encpicturereader.cc
|
2006-07-13 11:06:45 +00:00
|
|
|
|
|
|
|
libgstmpeg2enc_la_CXXFLAGS = $(MPEG2ENC_CFLAGS) $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -Wno-non-virtual-dtor
|
|
|
|
libgstmpeg2enc_la_LIBADD = $(MPEG2ENC_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS)
|
|
|
|
libgstmpeg2enc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2003-12-11 21:07:25 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
gstmpeg2enc.hh \
|
|
|
|
gstmpeg2encoder.hh \
|
|
|
|
gstmpeg2encoptions.hh \
|
|
|
|
gstmpeg2encstreamwriter.hh \
|
|
|
|
gstmpeg2encpicturereader.hh
|