[Bug 648816] [compile] with-ffmpeg-extra-configure passes incorrect cflags

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Apr 29 14:54:45 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=648816
  GStreamer | gst-ffmpeg | 0.10.11

--- Comment #2 from pprakash <pprakash at ti.com> 2011-04-29 21:54:44 UTC ---
Hello Sebastian,

Thank you for your response. I have been trying to trace the root cause for the
extra quotes but no luck yet. Though I am now confident that it is a script
issue.

works: --with-ffmpeg-extra-configure=" --target-os=linux
--extra-cflags=-mfpu=neon"
- Result: --extra-cflags='-mcpu=cortex-a8'
Does not work: --with-ffmpeg-extra-configure=" --target-os=linux
--extra-cflags='-mfpu=neon -mfloat-abi=softfp'"
- Result: --extra-cflags=''\''-mfpu=neon' -mfloat-abi='softfp'\'''
(Should and does) not work: --with-ffmpeg-extra-configure=" --target-os=linux
--extra-cflags=-mfpu=neon -mfloat-abi=softfp"
- Result: --extra-cflags='-mcpu=cortex-a8' -mfpu=neon -mfloat-abi=softfp

The looked at the command in gst-ffmpeg configure file which is attempting to
configure ./gst-lib/ext/ffmpeg/configure, it looks right. It is passing in the
right parameters (as you have suggested). I cant seem to figure out where in
the configuration procedure the extra quotes are being appended.

gst-ffmpeg/configure.ac
cd "$ac_top_build_prefix"gst-libs/ext/ffmpeg &&
         $confcmd $embffmpeg_configure_args
*all the parameters here look right*

BR,
Punya

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list