Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
mpeg4ip
> mpeg4ip-1.3_configure.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File mpeg4ip-1.3_configure.patch of Package mpeg4ip
--- mpeg4ip-1.5.0.1/configure.orig 2006-06-08 21:17:51.000000000 +0200 +++ mpeg4ip-1.5.0.1/configure 2008-12-19 00:16:46.000000000 +0100 @@ -27061,8 +27061,8 @@ if test x$have_ffmpeg_arg = xtrue; then { echo "$as_me:$LINENO: have enable ffmpeg $enable_ffmpeg" >&5 echo "$as_me: have enable ffmpeg $enable_ffmpeg" >&6;} - FFMPEG_INC=-I${enable_ffmpeg}/libavcodec - FFMPEG_LIB="${enable_ffmpeg}/libavcodec/libavcodec.a -lz" + FFMPEG_INC=-I${enable_ffmpeg} + FFMPEG_LIB="-L$libdir -lavcodec -lz" saveCFLAGS="$CFLAGS" CFLAGS="$CFLAGS $FFMPEG_INC" echo "$as_me:$LINENO: checking for AVRational" >&5 @@ -28881,7 +28881,7 @@ if test x$USENASM = xtrue; then echo "$as_me:$LINENO: checking nasm version..." >&5 echo $ECHO_N "checking nasm version...... $ECHO_C" >&6 - BILLSNASM_arg=`nasm -r | tr '.' ' '` + BILLSNASM_arg=`nasm -v | tr '.' ' '` BILLSNASM_ret=`util/testnasm.sh $BILLSNASM_arg` if test x$BILLSNASM_ret = x"yes"; then USENASM=true @@ -30666,7 +30666,7 @@ -PLAYER_PLUGIN_DIR=$libdir/mp4player_plugin +PLAYER_PLUGIN_DIR=$libdir/mp4player SDL_CFLAGS=`sdl-config --cflags`