FFmpeg/libavformat
Mark Harris a5cf600ccb 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>
2016-12-16 03:00:03 +01:00
..
2016-07-03 04:37:48 +02:00
2016-10-17 20:41:26 +02:00
2016-12-08 18:25:30 +01:00
2016-03-13 16:06:09 +01:00
2016-11-30 02:22:50 +01:00
2016-06-19 18:51:39 +02:00
2016-06-19 18:51:39 +02:00
2016-07-17 13:10:27 -03:00
2016-10-21 19:41:09 +02:00
2016-11-26 11:28:22 +08:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2016-07-15 10:25:02 +02:00
2016-09-10 16:40:47 -07:00
2016-11-08 22:27:11 +01:00
2016-05-21 18:49:45 +02:00
2016-11-07 00:51:49 +01:00
2016-11-10 01:18:43 +01:00
2016-11-07 00:51:49 +01:00
2016-07-02 09:30:40 +02:00
2016-10-09 20:09:00 +02:00
2016-07-17 13:10:27 -03:00
2016-11-23 00:57:10 +01:00
2016-10-20 19:54:54 +02:00
2016-11-23 01:16:42 +01:00
2016-07-17 13:10:27 -03:00
2016-11-02 01:16:23 -05:00
2016-06-25 15:53:11 -05:00
2016-05-03 15:45:10 +02:00
2016-10-09 20:09:00 +02:00
2016-08-04 16:25:40 -03:00
2016-12-14 11:43:33 +01:00
2016-11-07 00:51:49 +01:00