From aa1aaa730a51d042a40c6278790e6a5c18874b9e Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Sun, 23 Nov 2008 12:50:31 +0000 Subject: [PATCH] Stefan Fiedler: xine-lib: add ffmpeg header path to config_prefix [2008102422132830853] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@9167 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/xine-lib/xine-lib.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/base/xine-lib/xine-lib.conf b/package/base/xine-lib/xine-lib.conf index fa6d3f290..40a9acf4a 100644 --- a/package/base/xine-lib/xine-lib.conf +++ b/package/base/xine-lib/xine-lib.conf @@ -26,3 +26,5 @@ # running with -O3 as passed by xine. var_remove_regex GCC_WRAPPER_REMOVE " " "-O.*" +var_append configprefix ' ' 'FFMPEG_CFLAGS="-I$root/usr/include/ffmpeg"' +var_append configprefix ' ' 'FFMPEG_POSTPROC_CFLAGS="-I$root/usr/include/ffmpeg"'