From 1ec5d937f619e3a9caa77b2210042607f00ab83c Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 6 Jan 2011 13:20:58 +0100 Subject: Fixed libs and includes to compile under Linux. --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index ed654ef..3e123a2 100644 --- a/SConstruct +++ b/SConstruct @@ -13,6 +13,8 @@ else: if conf.CheckCXXHeader('soci/soci.h'): env.Append(LIBS = ['soci_core']) env = conf.Finish() + env.ParseConfig('pkg-config --cflags --libs libavcodec') + env.ParseConfig('pkg-config --cflags --libs libavformat') if GetOption('release'): env.Append(CCFLAGS = ['-O2']) -- cgit v1.2.3