equal
deleted
inserted
replaced
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 |
|