From a41358c4543213c31f44644c416df763639dc67b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Loeuillet?= Date: Mon, 10 May 2004 14:35:48 +0000 Subject: [PATCH] offmux => oggmux, sorry :) Original commit message from CVS: offmux => oggmux, sorry :) --- ext/ogg/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ogg/Makefile.am b/ext/ogg/Makefile.am index 53edb16e8c..42cfb61451 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)