correct avcodec build
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30113 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
31433f615e
commit
7ab08187b3
@ -17,6 +17,7 @@ Addon avcodec :
|
||||
gfx_util.cpp
|
||||
:
|
||||
libavcodec.a
|
||||
libavcodec_x86.a
|
||||
libavutil.a
|
||||
libswscale.a
|
||||
be
|
||||
|
@ -39,7 +39,6 @@ local libavcodecSourcesX86 =
|
||||
vp3dsp_sse2.c
|
||||
vp6dsp_mmx.c
|
||||
vp6dsp_sse2.c
|
||||
fft_sse.c
|
||||
fdct_mmx.c
|
||||
;
|
||||
|
||||
@ -313,6 +312,4 @@ StaticLibrary libavcodec.a :
|
||||
xl.c
|
||||
xsubdec.c
|
||||
zmbv.c
|
||||
:
|
||||
# libavcodec_x86.a
|
||||
;
|
||||
|
@ -27,12 +27,12 @@
|
||||
#define HAVE_ARMVFP 0
|
||||
#define HAVE_IWMMXT 0
|
||||
#define HAVE_MMI 0
|
||||
#define HAVE_MMX 0
|
||||
#define HAVE_MMX2 0
|
||||
#define HAVE_MMX 1
|
||||
#define HAVE_MMX2 1
|
||||
#define HAVE_NEON 0
|
||||
#define HAVE_PPC4XX 0
|
||||
#define HAVE_SSE 0
|
||||
#define HAVE_SSSE3 0
|
||||
#define HAVE_SSE 1
|
||||
#define HAVE_SSSE3 1
|
||||
#define HAVE_VIS 0
|
||||
#define HAVE_BEOSTHREADS 0
|
||||
#define HAVE_OS2THREADS 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user