src/3rdparty/phonon/gstreamer/abstractrenderer.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    15     along with this library.  If not, see <http://www.gnu.org/licenses/>.
    15     along with this library.  If not, see <http://www.gnu.org/licenses/>.
    16 */
    16 */
    17 
    17 
    18 #include "abstractrenderer.h"
    18 #include "abstractrenderer.h"
    19 
    19 
       
    20 #ifndef QT_NO_PHONON_VIDEO
    20 QT_BEGIN_NAMESPACE
    21 QT_BEGIN_NAMESPACE
    21 
    22 
    22 namespace Phonon
    23 namespace Phonon
    23 {
    24 {
    24 namespace Gstreamer
    25 namespace Gstreamer
    50 
    51 
    51 }
    52 }
    52 } //namespace Phonon::Gstreamer
    53 } //namespace Phonon::Gstreamer
    53 
    54 
    54 QT_END_NAMESPACE
    55 QT_END_NAMESPACE
       
    56 #endif //QT_NO_PHONON_VIDEO
    55 
    57 
    56