[svn r593] Fixed internal reference to gmyth.h. We can not include this header in src/gmyth_* files. Also fixed gmyth_debug link error. In the current implementation we need to include gmyth_debug.h in all files using gmyth_debug(), otherwise we will get library linking error
1 plugin_LTLIBRARIES = libgstnuvdemux.la
3 libgstnuvdemux_la_SOURCES = \
6 libgstnuvdemux_la_CFLAGS = \
9 $(GST_PLUGINS_BASE_CFLAGS)
11 libgstnuvdemux_la_LIBADD = \
14 libgstnuvdemux_la_LDFLAGS = \
16 $(GST_PLUGIN_LDFLAGS) \
18 $(GST_PLUGINS_BASE_LIBS)