[MPlayer-users] r32330 configure breaks libdca
Zongyao QU
zongyao.qu at gmail.com
Sat Sep 18 12:57:03 CEST 2010
the log of configure in r32294
##########################################
============ Checking for libdca support ====
#include <inttypes.h>
#include <dts.h>
int main(void) { dts_init(0); return 0; }
cc -Wundef -Wall -Wno-switch -Wno-parentheses
-Wpointer-arith -Wredundant-decls -Wstrict-prototypes
-Wmissing-prototypes -Wdisabled-optimization
-Wno-pointer-sign -Wdeclaration-after-statement
-std=gnu99 -Os -march=core2 -mtune=core2 -pipe -ffast-math
-fomit-frame-pointer /var/folders/yK/yKt53LATHZ0CLNXm8JKpM+
+++TI/-Tmp-//mplayer-configure-27378-29808/tmp.c
-Ilibdvdread4 -falign-loops=16 -shared-libgcc -mdynamic-no-pic
-I. -DPIC -I/usr/X11/include -I/usr/local/include/freetype2
-I/usr/local/include -ffast-math -liconv -lncurses -framework IOKit
-framework Carbon -L/usr/local/lib -lfreetype -lz -lfontconfig -lz
-lbz2 -lvorbis -logg -lspeex -ltheora -logg -la52 -framework Carbon
-framework Cocoa -framework QuartzCore -framework OpenGL
-framework CoreAudio -framework AudioUnit -framework AudioToolbox
-o /var/folders/yK/yKt53LATHZ0CLNXm8JKpM+
+++TI/-Tmp-//mplayer-configure-27378-29808/tmp -ldca -lm
Result is: yes
##########################################
log of configure in r32330
##########################################
============ Checking for libdca support ====
#include <stdint.h>
#include <dts.h>
int main(void) { dts_init(0); return 0; }
cc -Wundef -Wall -Wno-switch -Wno-parentheses
-Wpointer-arith -Wredundant-decls -Wstrict-prototypes
-Wmissing-prototypes -Wdisabled-optimization
-Wno-pointer-sign -Wdeclaration-after-statement
-std=gnu99 -Os -march=core2 -mtune=core2 -pipe -ffast-math
-fomit-frame-pointer /var/folders/yK/yKt53LATHZ0CLNXm8JKpM+
+++TI/-Tmp-//mplayer-configure-27378-29808/tmp.c
-Ilibdvdread4 -falign-loops=16 -shared-libgcc -mdynamic-no-pic
-I. -DPIC -I/usr/X11/include -I/usr/local/include/freetype2
-I/usr/local/include -ffast-math -liconv -lncurses -framework IOKit
-framework Carbon -L/usr/local/lib -lfreetype -lz -lfontconfig -lz
-lbz2 -lvorbis -logg -lspeex -ltheora -logg -la52 -framework Carbon
-framework Cocoa -framework QuartzCore -framework OpenGL
-framework CoreAudio -framework AudioUnit -framework AudioToolbox
-o /var/folders/yK/yKt53LATHZ0CLNXm8JKpM+
+++TI/-Tmp-//mplayer-configure-27378-29808/tmp dts_init(0) -ldca -lm
i686-apple-darwin10-gcc-4.2.1: dts_init(0): No such file or directory
#include <stdint.h>
#include <dts.h>
int main(void) { dts_init(0); return 0; }
cc -Wundef -Wall -Wno-switch -Wno-parentheses
-Wpointer-arith -Wredundant-decls -Wstrict-prototypes
-Wmissing-prototypes -Wdisabled-optimization
-Wno-pointer-sign -Wdeclaration-after-statement
-std=gnu99 -Os -march=core2 -mtune=core2 -pipe -ffast-math
-fomit-frame-pointer /var/folders/yK/yKt53LATHZ0CLNXm8JKpM+
+++TI/-Tmp-//mplayer-configure-27378-29808/tmp.c
-Ilibdvdread4 -falign-loops=16 -shared-libgcc -mdynamic-no-pic
-I. -DPIC -I/usr/X11/include -I/usr/local/include/freetype2
-I/usr/local/include -ffast-math -liconv -lncurses -framework IOKit
-framework Carbon -L/usr/local/lib -lfreetype -lz -lfontconfig -lz
-lbz2 -lvorbis -logg -lspeex -ltheora -logg -la52 -framework Carbon
-framework Cocoa -framework QuartzCore -framework OpenGL
-framework CoreAudio -framework AudioUnit -framework AudioToolbox
-o /var/folders/yK/yKt53LATHZ0CLNXm8JKpM+
+++TI/-Tmp-//mplayer-configure-27378-29808/tmp dts_init(0) -ldts -lm
i686-apple-darwin10-gcc-4.2.1: dts_init(0): No such file or directory
Result is: no
##########################################
the difference is that there is a "dts_init(0)" before -ldca
in the latter configure
More information about the MPlayer-users
mailing list