On Thu, Sep 15, 2016 at 09:39:04AM +0100, Josh de Kock wrote:
> Acked-by: Michael Niedermayer
> Signed-off-by: Josh de Kock <j...@itanimul.li>
> ---
>  Changelog                |   1 +
>  configure                |  28 +++-
>  libavdevice/Makefile     |   1 +
>  libavdevice/alldevices.c |   1 +
>  libavdevice/sdl2.c       | 377 
> +++++++++++++++++++++++++++++++++++++++++++++++
>  5 files changed, 407 insertions(+), 1 deletion(-)
>  create mode 100644 libavdevice/sdl2.c

with the unoffcial libsdl2 packages for ubutu 12.04 LTS this breaks
cross building (sdl2 detected but not building)
dunno if that problem is specific to the packages

make distclean ; ../configure  --enable-gpl  --arch=x86_32 --target-os=linux 
--extra-cflags=-m32 --extra-ldflags=-m32  --enable-cross-compile && make -j12
...
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libdl.so when 
searching for -ldl
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libdl.a when 
searching for -ldl
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libSDL2.so when 
searching for -lSDL2
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libSDL2.a when 
searching for -lSDL2
/usr/bin/ld: cannot find -lSDL2
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libpthread.so when 
searching for -lpthread
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libpthread.a when 
searching for -lpthread
collect2: ld returned 1 exit status


[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The real ebay dictionary, page 2
"100% positive feedback" - "All either got their money back or didnt complain"
"Best seller ever, very honest" - "Seller refunded buyer after failed scam"

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to