offmux => oggmux, sorry :)
authorStéphane Loeuillet <gstreamer@leroutier.net>
Mon, 10 May 2004 14:35:48 +0000 (14:35 +0000)
committerStéphane Loeuillet <gstreamer@leroutier.net>
Mon, 10 May 2004 14:35:48 +0000 (14:35 +0000)
Original commit message from CVS:
offmux => oggmux, sorry :)

ext/ogg/Makefile.am

index 53edb16..42cfb61 100644 (file)
@@ -2,7 +2,7 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
 plugin_LTLIBRARIES = libgstogg.la
 
-libgstogg_la_SOURCES = gstoggdemux.c gstoffmux.c gstogg.c
+libgstogg_la_SOURCES = gstoggdemux.c gstoggmux.c gstogg.c
 libgstogg_la_CFLAGS = $(GST_CFLAGS) $(OGG_CFLAGS)
 libgstogg_la_LIBADD = $(OGG_LIBS)
 libgstogg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)