diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-25 12:12:42 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-25 12:12:42 +0200 |
commit | 8017f0aab492a944ca503f8666b1591eac6e5227 (patch) | |
tree | de2f0353d0f686bf0e02c510cd543d0ac7b286b4 /package/omxplayer | |
parent | afec8afd7197c074e353ec74b28acf59440e6be7 (diff) |
fix linking of omxplayer
Diffstat (limited to 'package/omxplayer')
-rw-r--r-- | package/omxplayer/patches/patch-Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package/omxplayer/patches/patch-Makefile b/package/omxplayer/patches/patch-Makefile index dd053d03d..d674d4d1c 100644 --- a/package/omxplayer/patches/patch-Makefile +++ b/package/omxplayer/patches/patch-Makefile @@ -1,10 +1,12 @@ --- omxplayer-0.1.orig/Makefile 2013-07-18 13:18:41.000000000 +0200 -+++ omxplayer-0.1/Makefile 2013-07-18 17:19:38.000000000 +0200 -@@ -3,7 +3,7 @@ include Makefile.include ++++ omxplayer-0.1/Makefile 2013-07-24 10:16:55.000000000 +0200 +@@ -2,8 +2,8 @@ include Makefile.include + CFLAGS+=-std=c++0x -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -D_LINUX -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CMAKE_CONFIG -D__VIDEOCORE4__ -U_FORTIFY_SOURCE -Wall -DHAVE_OMXLIB -DUSE_EXTERNAL_FFMPEG -DHAVE_LIBAVCODEC_AVCODEC_H -DHAVE_LIBAVUTIL_OPT_H -DHAVE_LIBAVUTIL_MEM_H -DHAVE_LIBAVUTIL_AVUTIL_H -DHAVE_LIBAVFORMAT_AVFORMAT_H -DHAVE_LIBAVFILTER_AVFILTER_H -DHAVE_LIBSWRESAMPLE_SWRESAMPLE_H -DOMX -DOMX_SKIP64BIT -ftree-vectorize -DUSE_EXTERNAL_OMX -DTARGET_RASPBERRY_PI -DUSE_EXTERNAL_LIBBCM_HOST - LDFLAGS+=-L./ -lc -lWFC -lGLESv2 -lEGL -lbcm_host -lopenmaxil -lfreetype -lz -Lffmpeg_compiled/usr/local/lib/ +-LDFLAGS+=-L./ -lc -lWFC -lGLESv2 -lEGL -lbcm_host -lopenmaxil -lfreetype -lz -Lffmpeg_compiled/usr/local/lib/ -INCLUDES+=-I./ -Ilinux -Iffmpeg_compiled/usr/local/include/ ++LDFLAGS+=-L./ -lc -lWFC -lGLESv2 -lEGL -lbcm_host -lopenmaxil -lfreetype -lz -lkhrn_static +INCLUDES+=-I./ -Ilinux DIST ?= omxplayer-dist |