no, we don't require bytestream anymore
Original commit message from CVS: no, we don't require bytestream anymore
This commit is contained in:
parent
62c7ce69c9
commit
4abb85e5bf
@ -578,8 +578,8 @@ plugin_init (GModule *module, GstPlugin *plugin)
|
|||||||
GstElementFactory *factory;
|
GstElementFactory *factory;
|
||||||
|
|
||||||
/* this filter needs the bytestream package */
|
/* this filter needs the bytestream package */
|
||||||
if (!gst_library_load ("gstbytestream"))
|
/* if (!gst_library_load ("gstbytestream"))
|
||||||
return FALSE;
|
return FALSE;*/
|
||||||
|
|
||||||
/* create an elementfactory for the avi_demux element */
|
/* create an elementfactory for the avi_demux element */
|
||||||
factory = gst_element_factory_new ("mplex",GST_TYPE_MPLEX,
|
factory = gst_element_factory_new ("mplex",GST_TYPE_MPLEX,
|
||||||
|
@ -3,8 +3,7 @@ SUBDIRS=libmodplug .
|
|||||||
plugin_LTLIBRARIES = libgstmodplug.la
|
plugin_LTLIBRARIES = libgstmodplug.la
|
||||||
|
|
||||||
libgstmodplug_la_SOURCES = modplug_types.cc gstmodplug.cc
|
libgstmodplug_la_SOURCES = modplug_types.cc gstmodplug.cc
|
||||||
libgstmodplug_la_CPPFLAGS = $(GST_CFLAGS)
|
libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS)
|
||||||
libgstmodplug_la_CXXFLAGS = $(libgstmodplug_la_CPPFLAGS)
|
|
||||||
libgstmodplug_la_LIBADD = $(top_builddir)/gst/modplug/libmodplug/libmodplug.la
|
libgstmodplug_la_LIBADD = $(top_builddir)/gst/modplug/libmodplug/libmodplug.la
|
||||||
libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
|
@ -862,8 +862,8 @@ plugin_init (GModule *module, GstPlugin *plugin)
|
|||||||
guint i;
|
guint i;
|
||||||
|
|
||||||
/* this filter needs the bytestream package */
|
/* this filter needs the bytestream package */
|
||||||
if (!gst_library_load ("gstbytestream"))
|
/* if (!gst_library_load ("gstbytestream"))
|
||||||
return FALSE;
|
return FALSE;*/
|
||||||
|
|
||||||
factory = gst_element_factory_new ("modplug", GST_TYPE_MODPLUG, &modplug_details);
|
factory = gst_element_factory_new ("modplug", GST_TYPE_MODPLUG, &modplug_details);
|
||||||
g_return_val_if_fail (factory != NULL, FALSE);
|
g_return_val_if_fail (factory != NULL, FALSE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user