Browse Source

configure: Globally add ZLIB_CONST to CPPFLAGS if zlib is enabled

tags/n2.4
Diego Biurrun 10 years ago
parent
commit
a0ce85ac7d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      configure

+ 2
- 0
configure View File

@@ -4442,6 +4442,8 @@ for thread in $THREADS_LIST; do
fi fi
done done


enabled zlib && add_cppflags -DZLIB_CONST

# conditional library dependencies, in linking order # conditional library dependencies, in linking order
enabled movie_filter && prepend avfilter_deps "avformat avcodec" enabled movie_filter && prepend avfilter_deps "avformat avcodec"
enabled resample_filter && prepend avfilter_deps "avresample" enabled resample_filter && prepend avfilter_deps "avresample"


Loading…
Cancel
Save