fixes for the compilation on PPC computers

including ffmpeg code for movie playback layer



git-svn-id: svn://dyne.org/rastasoft/freej/trunk@684 383723c8-4afa-0310-b8a8-b1afb83214fc
This commit is contained in:
jaromil
2005-08-25 17:23:18 +00:00
parent 1a0b1ea264
commit 0127825463
10 changed files with 80 additions and 17 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ endif
# DEFINES += -DDEBUG -DDEBUG_$(shell whoami)
# OBJDIR_TAG = _DBG
# endif
OPTIMIZER = -O2 -ffast-math -fomit-frame-pointer -mmmx -pipe
OPTIMIZER = -O2 -ffast-math -fomit-frame-pointer -pipe
DEFINES += -D_REENTRANT
OBJDIR_TAG = _freej
+2
View File
@@ -54,6 +54,8 @@
** Note: on some platforms va_list is defined as an array,
** and requires array notation.
*/
#define HAVE_VA_LIST_AS_ARRAY 1
#ifdef HAVE_VA_COPY
#define VARARGS_ASSIGN(foo, bar) VA_COPY(foo,bar)
#elif defined(HAVE_VA_LIST_AS_ARRAY)