This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# The iOS platform requires special setup. | ||
SOURCES="$SOURCES $srcdir/src/video/uikit/*.m" | ||
SOURCES="$SOURCES $srcdir/src/video/uikit/*.c" | ||
EXTRA_CFLAGS="$EXTRA_CFLAGS -fpascal-strings" | ||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lm -liconv -lobjc" | ||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Foundation" | ||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,UIKit" | ||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,OpenGLES" | ||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,QuartzCore" | ||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,CoreAudio" | ||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,AudioToolbox" | ||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,CoreGraphics" | ||
;; | ||
*-*-darwin* ) | ||
# This could be either full "Mac OS X", or plain "Darwin" which is |