mirror of
https://github.com/dyne/FreeJ.git
synced 2026-06-16 12:59:33 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user