mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
d0bd91a546
Original commit message from CVS: Add an example that shows transcoding stats for mpeg audio to vorbis
6 lines
74 B
Makefile
6 lines
74 B
Makefile
noinst_PROGRAMS = mp2ogg
|
|
|
|
LDADD = $(GST_LIBS)
|
|
AM_CFLAGS = $(GST_CFLAGS)
|
|
|
|
|