mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
eed49b4231
GST_OMX_CONFIG_DIR=$HOME/gst/master/gst-omx/config/tizonia/ \ gst-launch-1.0 filesrc location=mpthreetest.mp3 ! id3demux ! \ mpegaudioparse ! omxmp3dec ! audioconvert ! pulsesink v2: [Nicolas] Use template to create gstomx.conf using pkg-config v3: [Nicolas] Ignore only config/tizonia/gstomx.conf v4: [Nicolas] Add "/" for single occurence https://bugzilla.gnome.org/show_bug.cgi?id=782800
8 lines
143 B
Makefile
8 lines
143 B
Makefile
EXTRA_DIST = gstomx.conf.in
|
|
|
|
if USE_OMX_TARGET_TIZONIA
|
|
configdir = $(sysconfdir)/xdg
|
|
config_DATA = gstomx.conf
|
|
endif
|
|
|
|
CLEANFILES = gstomx.conf
|