diff options
author | Måns Rullgård <mans@mansr.com> | 2009-09-10 02:42:19 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-09-10 02:42:19 +0000 |
commit | 95e561ec3ea257bc19913a77fbc6c07da5f14f72 (patch) | |
tree | 299a9cf3cbd6f937c9b5eff0a3f9a7782f81e603 /configure | |
parent | f7ba16a7f495b495dd84ce4430efddd5e2f68ac9 (diff) | |
download | ffmpeg-95e561ec3ea257bc19913a77fbc6c07da5f14f72.tar.gz |
configure: add -g to ASFLAGS when debug is enabled
Originally committed as revision 19804 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2384,7 +2384,7 @@ check_header X11/extensions/XShm.h && check_func XOpenDisplay -lX11 && check_func XShmCreateImage -lX11 -lXext -enabled debug && add_cflags -g"$debuglevel" +enabled debug && add_cflags -g"$debuglevel" && add_asflags -g"$debuglevel" # add some useful compiler flags if supported check_cflags -Wdeclaration-after-statement |