~ubuntu-branches/ubuntu/maverick/blender/maverick

« back to all changes in this revision

Viewing changes to source/gameengine/GamePlayer/ghost/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Khashayar Naderehvandi, Khashayar Naderehvandi, Alessio Treglia
  • Date: 2009-01-22 16:53:59 UTC
  • mfrom: (14.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090122165359-v0996tn7fbit64ni
Tags: 2.48a+dfsg-1ubuntu1
[ Khashayar Naderehvandi ]
* Merge from debian experimental (LP: #320045), Ubuntu remaining changes:
  - Add patch correcting header file locations.
  - Add libvorbis-dev and libgsm1-dev to Build-Depends.
  - Use avcodec_decode_audio2() in source/blender/src/hddaudio.c

[ Alessio Treglia ]
* Add missing previous changelog entries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: CMakeLists.txt 14444 2008-04-16 22:40:48Z hos $
 
1
# $Id: CMakeLists.txt 16366 2008-09-04 20:51:28Z blendix $
2
2
# ***** BEGIN GPL LICENSE BLOCK *****
3
3
#
4
4
# This program is free software; you can redistribute it and/or
64
64
  ../../../../source/gameengine/GamePlayer/common
65
65
  ../../../../source/blender/misc
66
66
  ../../../../source/blender/blenloader
 
67
  ../../../../source/blender/gpu
67
68
  ../../../../extern/solid
 
69
  ../../../../extern/glew/include
68
70
  ${PYTHON_INC}
69
71
)
70
72