1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-18 04:45:33 +00:00

Add 4 more config.h #defines for libfaad2.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28400 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-01-30 23:40:13 +00:00
parent f64d639d2b
commit 72685f8efc

5
configure vendored
View File

@ -8254,6 +8254,11 @@ $_def_fast_inttypes
/* libfaad2 + libdvdread */ /* libfaad2 + libdvdread */
#define STDC_HEADERS 1 #define STDC_HEADERS 1
#define HAVE_MEMCPY 1 #define HAVE_MEMCPY 1
/* libfaad2 */
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
/* libdvdread */ /* libdvdread */
#define HAVE_UINTPTR_T 1 #define HAVE_UINTPTR_T 1