aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/libsmbclient.c
diff options
context:
space:
mode:
authorMark Harris <mark.hsj@gmail.com>2016-12-15 16:44:57 -0800
committerMichael Niedermayer <michael@niedermayer.cc>2016-12-16 03:00:03 +0100
commita5cf600ccb7f20b65d552fef5c5d010513fcf74c (patch)
tree5adb2376f08c91087b7da031d9787a05914ce746 /libavformat/libsmbclient.c
parentd4c1cc2b876af1e8f1a8ca258bf092b3baa31245 (diff)
downloadffmpeg-a5cf600ccb7f20b65d552fef5c5d010513fcf74c.tar.gz
avformat/wavdec: Eliminate goto for clang -O0 DCE
Clang is not able to eliminate the reference to ff_spdif_probe() when there is a goto target in the same block and optimization is disabled. This fixes the following build failure on OS X: ./configure --disable-everything --disable-doc \ --enable-decoder=pcm_s16le --enable-demuxer=wav \ --enable-protocol=file --disable-optimizations --cc=clang make ... Undefined symbols for architecture x86_64: "_ff_spdif_probe", referenced from: _set_spdif in libavformat.a(wavdec.o) ld: symbol(s) not found for architecture x86_64 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/libsmbclient.c')
0 files changed, 0 insertions, 0 deletions