Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
9 additions
and 5 deletions.
- +6 −0 README-raspberrypi.txt
- +1 −1 build-scripts/raspberrypi-buildbot.sh
- +1 −2 configure
- +1 −2 configure.in
# Raspberry Pi | ||
ARCH=linux | ||
RPI_CFLAGS="-I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux" | ||
RPI_LDFLAGS="-L/opt/vc/lib -lbcm_host" | ||
CFLAGS="$CFLAGS $RPI_CFLAGS" | ||
SDL_CFLAGS="$SDL_CFLAGS $RPI_CFLAGS" | ||
EXTRA_CFLAGS="$EXTRA_CFLAGS $RPI_CFLAGS" | ||
SDL_LIBS="$SDL_LIBS $RPI_LDFLAGS" | ||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -L/opt/vc/lib -lbcm_host -ldl" | ||
|
||
if test x$enable_video = xyes; then | ||
SOURCES="$SOURCES $srcdir/src/video/raspberry/*.c" |