dct/fft-test: use a replacement getopt() if the system has none present.
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 4 Jul 2012 03:14:09 +0000 (20:14 -0700)
committerAnton Khirnov <anton@khirnov.net>
Wed, 11 Jul 2012 19:24:37 +0000 (21:24 +0200)
commit667fb97a650dcf9ad50327c7b51f8a95d1e16077
tree576d130d4e9ce26c5b99d986ea2ef5473c27033c
parent183b1c2268529bbb8389d572deb00083c49682dc
dct/fft-test: use a replacement getopt() if the system has none present.

This allows compiling and running these tests on systems lacking a built-
in version of getopt(), such as MSVC.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
compat/getopt.c [new file with mode: 0644]
configure
libavcodec/dct-test.c
libavcodec/fft-test.c