Changes between Version 2 and Version 3 of media-video/mplayer
- Timestamp:
- 05/15/10 01:49:45 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
media-video/mplayer
v2 v3 8 8 After, I'm getting another error in assembler code 9 9 10 11 {{{ 10 12 cc -DHAVE_AV_CONFIG_H -I.. -I.. -MD -MP -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DPIC -I/boot/develop/headers/3rdparty/freetype2 -I/boot/develop/headers/3rdparty -I/boot/common/include -c -o x86/dsputil_mmx.o x86/dsputil_mmx.c 11 13 i386/dsputil_mmx.c: In function 'transpose4x4': … … 17 19 i386/dsputil_mmx.c:3758: warning: assignment from incompatible pointer type 18 20 make[1]: *** [i386/dsputil_mmx.o] Error 1 21 }}} 22 19 23 20 24 I removed -pipe but the error persists
