|
|
@ -719,6 +719,7 @@ mmx_deps="x86" |
|
|
|
ssse3_deps="x86" |
|
|
|
ssse3_deps="x86" |
|
|
|
|
|
|
|
|
|
|
|
# decoders / encoders |
|
|
|
# decoders / encoders |
|
|
|
|
|
|
|
ac3_decoder_deps="gpl" |
|
|
|
dxa_decoder_deps="zlib" |
|
|
|
dxa_decoder_deps="zlib" |
|
|
|
flashsv_decoder_deps="zlib" |
|
|
|
flashsv_decoder_deps="zlib" |
|
|
|
flashsv_encoder_deps="zlib" |
|
|
|
flashsv_encoder_deps="zlib" |
|
|
@ -1592,6 +1593,9 @@ enabled libfaac && require2 libfaac "stdint.h faac.h" faacEncGetVersion -lfaa |
|
|
|
enabled libfaad && require2 libfaad faad.h faacDecOpen -lfaad |
|
|
|
enabled libfaad && require2 libfaad faad.h faacDecOpen -lfaad |
|
|
|
enabled avisynth && require2 vfw32 "windows.h vfw.h" AVIFileInit -lvfw32 |
|
|
|
enabled avisynth && require2 vfw32 "windows.h vfw.h" AVIFileInit -lvfw32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# disable the native AC-3 decoder if liba52 is enabled |
|
|
|
|
|
|
|
enabled liba52 && disable ac3_decoder |
|
|
|
|
|
|
|
|
|
|
|
_restrict= |
|
|
|
_restrict= |
|
|
|
for restrict_keyword in restrict __restrict__ __restrict; do |
|
|
|
for restrict_keyword in restrict __restrict__ __restrict; do |
|
|
|
check_cc <<EOF && _restrict=$restrict_keyword && break |
|
|
|
check_cc <<EOF && _restrict=$restrict_keyword && break |
|
|
|