gstreamer/config/tizonia/Makefile.am
Gurkirpal Singh eed49b4231 config: add omxmp3dec config for tizonia
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
2017-07-05 17:27:27 -04:00

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