Changeset 846 for trunk/src/plugins/phonon/gstreamer
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/plugins/phonon/gstreamer/gstreamer.pro
r2 r846 16 16 HEADERS += $$PHONON_GSTREAMER_DIR/common.h \ 17 17 $$PHONON_GSTREAMER_DIR/audiooutput.h \ 18 $$PHONON_GSTREAMER_DIR/audiodataoutput.h \ 18 19 $$PHONON_GSTREAMER_DIR/artssink.h \ 19 20 $$PHONON_GSTREAMER_DIR/abstractrenderer.h \ … … 36 37 $$PHONON_GSTREAMER_DIR/volumefadereffect.h 37 38 38 SOURCES += $$PHONON_GSTREAMER_DIR/audiooutput.cpp \ 39 $$PHONON_GSTREAMER_DIR/abstractrenderer.cpp \ 39 SOURCES += $$PHONON_GSTREAMER_DIR/abstractrenderer.cpp \ 40 40 $$PHONON_GSTREAMER_DIR/artssink.cpp \ 41 $$PHONON_GSTREAMER_DIR/audioeffect.cpp \ 42 $$PHONON_GSTREAMER_DIR/audiooutput.cpp \ 43 $$PHONON_GSTREAMER_DIR/audiodataoutput.cpp \ 41 44 $$PHONON_GSTREAMER_DIR/backend.cpp \ 42 45 $$PHONON_GSTREAMER_DIR/devicemanager.cpp \ 43 46 $$PHONON_GSTREAMER_DIR/effect.cpp \ 44 47 $$PHONON_GSTREAMER_DIR/effectmanager.cpp \ 48 $$PHONON_GSTREAMER_DIR/glrenderer.cpp \ 45 49 $$PHONON_GSTREAMER_DIR/gsthelper.cpp \ 46 $$PHONON_GSTREAMER_DIR/mediaobject.cpp \47 50 $$PHONON_GSTREAMER_DIR/medianode.cpp \ 48 51 $$PHONON_GSTREAMER_DIR/medianodeevent.cpp \ 49 $$PHONON_GSTREAMER_DIR/widgetrenderer.cpp \ 52 $$PHONON_GSTREAMER_DIR/mediaobject.cpp \ 53 $$PHONON_GSTREAMER_DIR/message.cpp \ 54 $$PHONON_GSTREAMER_DIR/phononsrc.cpp \ 55 $$PHONON_GSTREAMER_DIR/qwidgetvideosink.cpp \ 56 $$PHONON_GSTREAMER_DIR/streamreader.cpp \ 50 57 $$PHONON_GSTREAMER_DIR/videowidget.cpp \ 51 $$PHONON_GSTREAMER_DIR/glrenderer.cpp \ 52 $$PHONON_GSTREAMER_DIR/qwidgetvideosink.cpp \ 53 $$PHONON_GSTREAMER_DIR/phononsrc.cpp \ 54 $$PHONON_GSTREAMER_DIR/streamreader.cpp \ 55 $$PHONON_GSTREAMER_DIR/message.cpp \ 56 $$PHONON_GSTREAMER_DIR/audioeffect.cpp \ 57 $$PHONON_GSTREAMER_DIR/volumefadereffect.cpp 58 $$PHONON_GSTREAMER_DIR/volumefadereffect.cpp \ 59 $$PHONON_GSTREAMER_DIR/widgetrenderer.cpp 58 60 59 61 !embedded {
Note:
See TracChangeset
for help on using the changeset viewer.