~ubuntu-branches/ubuntu/utopic/mediaplayer-app/utopic

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Jim Hodapp, Sergio Schvezov, Renato Araujo Oliveira Filho, Ubuntu daily release
  • Date: 2013-09-26 08:48:02 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130926084802-8nrsy2cggiz0snyc
Tags: 0.20.5+13.10.20130926.1-0ubuntu1
[ Jim Hodapp ]
* * Drop support for thumbnail as we can't depend on gstreamer
  directly until qtmultimedia supports gst1.0 (currently only the -
  touch fork supports it) * Remove gstreamer related packages from
  build-dependencies.

[ Sergio Schvezov ]
* * Drop support for thumbnail as we can't depend on gstreamer
  directly until qtmultimedia supports gst1.0 (currently only the -
  touch fork supports it) * Remove gstreamer related packages from
  build-dependencies.

[ Renato Araujo Oliveira Filho ]
* * Drop support for thumbnail as we can't depend on gstreamer
  directly until qtmultimedia supports gst1.0 (currently only the -
  touch fork supports it) * Remove gstreamer related packages from
  build-dependencies.

[ Ubuntu daily release ]
* Automatic snapshot from revision 140

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
include_directories(
6
6
    ${CMAKE_BINARY_DIR}
7
7
    ${sdkhelper_SOURCE_DIR}
8
 
    ${GSTLIB_INCLUDE_DIRS}
 
8
    #${GSTLIB_INCLUDE_DIRS}
9
9
    )
10
10
 
11
11
set(mediaplayer_HDRS
12
 
    thumbnail-provider.h
13
 
    thumbnail-pipeline-gst.h
 
12
    #thumbnail-provider.h
 
13
    #thumbnail-pipeline-gst.h
14
14
    mediaplayer.h)
15
15
 
16
16
set(mediaplayer_SRCS
17
 
    thumbnail-provider.cpp
18
 
    thumbnail-pipeline-gst.cpp
 
17
    #thumbnail-provider.cpp
 
18
    #thumbnail-pipeline-gst.cpp
19
19
    mediaplayer.cpp
20
20
    main.cpp)
21
21
 
28
28
 
29
29
target_link_libraries(${MEDIAPLAYER}
30
30
    sdkhelper
31
 
    ${GSTLIB_LDFLAGS}
 
31
    #${GSTLIB_LDFLAGS}
32
32
    )
33
33
 
34
34
install(TARGETS ${MEDIAPLAYER}