From kde-commits Mon Feb 28 21:50:21 2011 From: Casian Andrei Date: Mon, 28 Feb 2011 21:50:21 +0000 To: kde-commits Subject: =?utf-8?q?=5Bphonon=5D_/=3A_Add_AvCapture_include?= Message-Id: <20110228215021.B13D8A60DF () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129892990619995 Git commit e4b6065ae8a6d114a17487d36b5696bb8a7d76a0 by Casian Andrei. Committed on 28/02/2011 at 19:59. Pushed by casianandrei into branch 'master'. Add AvCapture include M +1 -1 demos/simplecapture/capture.cpp M +1 -0 includes/CMakeLists.txt A +1 -0 includes/phonon/AvCapture [License: Trivial file] http://commits.kde.org/phonon/e4b6065ae8a6d114a17487d36b5696bb8a7d76a0 diff --git a/demos/simplecapture/capture.cpp b/demos/simplecapture/capture.cpp index d4b84a3..48a7091 100644 --- a/demos/simplecapture/capture.cpp +++ b/demos/simplecapture/capture.cpp @@ -27,7 +27,7 @@ #include #include #include -#include // TODO AvCapture +#include #include #include #include diff --git a/includes/CMakeLists.txt b/includes/CMakeLists.txt index c3700b7..8bf17ee 100644 --- a/includes/CMakeLists.txt +++ b/includes/CMakeLists.txt @@ -14,6 +14,7 @@ install( FILES phonon/AudioOutputInterface phonon/AudioOutputInterface40 phonon/AudioOutputInterface42 + phonon/AvCapture phonon/BackendCapabilities phonon/BackendInterface phonon/Effect diff --git a/includes/phonon/AvCapture b/includes/phonon/AvCapture new file mode 100644 index 0000000..15e92c5 --- /dev/null +++ b/includes/phonon/AvCapture @@ -0,0 +1 @@ +#include "experimental/avcapture.h"