mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
configure.ac: rework similarly to other modules
Original commit message from CVS: * configure.ac: rework similarly to other modules * ext/a52dec/gsta52dec.c: * ext/amrnb/amrnb.c: * ext/dvdnav/dvdnavsrc.c: * ext/dvdread/dvdreadsrc.c: * ext/lame/gstlame.c: * ext/mad/gstid3tag.c: * ext/mpeg2dec/gstmpeg2dec.c: * ext/sidplay/gstsiddec.cc: * gst/asfdemux/gstasf.c: * gst/dvdlpcmdec/gstdvdlpcmdec.c: * gst/dvdsub/gstdvdsubdec.c: * gst/iec958/ac3iec.c: * gst/mpegaudioparse/gstmpegaudioparse.c: * gst/mpegstream/gstmpegstream.c: * gst/realmedia/rmdemux.c: (plugin_init): use the correct defines
This commit is contained in:
parent
f3c0790eba
commit
6b137b65ea
1 changed files with 1 additions and 1 deletions
|
@ -1249,4 +1249,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
|||
GST_VERSION_MINOR,
|
||||
"lame",
|
||||
"Encode MP3's with LAME",
|
||||
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
|
||||
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
|
||||
|
|
Loading…
Reference in a new issue