From: Stéphane Loeuillet Date: Mon, 10 May 2004 14:35:48 +0000 (+0000) Subject: offmux => oggmux, sorry :) X-Git-Tag: 1.19.3~511^2~14265 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a41358c4543213c31f44644c416df763639dc67b;p=platform%2Fupstream%2Fgstreamer.git offmux => oggmux, sorry :) Original commit message from CVS: offmux => oggmux, sorry :) --- diff --git a/ext/ogg/Makefile.am b/ext/ogg/Makefile.am index 53edb16..42cfb61 100644 --- a/ext/ogg/Makefile.am +++ b/ext/ogg/Makefile.am @@ -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)