From kde-commits Mon Feb 28 23:10:28 2011 From: Casian Andrei Date: Mon, 28 Feb 2011 23:10:28 +0000 To: kde-commits Subject: =?utf-8?q?=5Bphonon=5D_phonon/experimental=3A_Fix_build_of_demos?= Message-Id: <20110228231028.E5B3DA60C9 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129893466226052 Git commit f68a05de87c1489d77317521445f26981d5e51ac by Casian Andrei. Committed on 01/03/2011 at 00:10. Pushed by casianandrei into branch 'master'. Fix build of demos M +5 -0 phonon/experimental/avcapture.h http://commits.kde.org/phonon/f68a05de87c1489d77317521445f26981d5e51ac diff --git a/phonon/experimental/avcapture.h b/phonon/experimental/avcapture.h index 92cb036..8dddce4 100644 --- a/phonon/experimental/avcapture.h +++ b/phonon/experimental/avcapture.h @@ -32,7 +32,12 @@ #include "../medianode.h" #include "../phonondefs.h" #include "objectdescription.h" + +#if defined(MAKE_PHONONEXPERIMENTAL_LIB) #include "../phononnamespace.h" +#else +#include "phonon/phononnamespace.h" +#endif class QString; class QStringList;