~ubuntu-branches/ubuntu/trusty/blender/trusty-proposed

« back to all changes in this revision

Viewing changes to intern/audaspace/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2013-08-14 10:43:49 UTC
  • mfrom: (14.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20130814104349-t1d5mtwkphp12dyj
Tags: 2.68a-3
* Upload to unstable
* debian/: python3.3 Depends simplified
  - debian/control: python3.3 Depends dropped
    for blender-data package
  - 0001-blender_thumbnailer.patch refreshed
* debian/control: libavcodec b-dep versioning dropped

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
        )
254
254
        list(APPEND SRC
255
255
                jack/AUD_JackDevice.cpp
 
256
                jack/AUD_JackLibrary.cpp
256
257
 
257
258
                jack/AUD_JackDevice.h
 
259
                jack/AUD_JackLibrary.h
258
260
        )       
 
261
 
 
262
        if(WITH_JACK_DYNLOAD)
 
263
                add_definitions(-DWITH_JACK_DYNLOAD)
 
264
        endif()
259
265
endif()
260
266
 
261
267
if(WITH_CODEC_SNDFILE)