Changeset 1387 for trunk/src/openmedialib/plugins/CMakeLists.txt
- Timestamp:
- 06/18/08 15:11:44 (5 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
. (modified) (4 props)
-
src/openmedialib/plugins/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property bzr:revision-id:v3-trunk0
-
old new 9 9 1382 andrew@aehunter.net-20080618200208-ysmuaq2p7bfh7km4 10 10 1383 andrew@aehunter.net-20080618200623-29djr6bh81pmu2mu 11 1384 andrew@aehunter.net-20080618201105-neebgl19i1lbskta
-
- Property bzr:file-ids
-
old new 1 src/openmedialib/plugins/ofx/CMakeLists.txt cmakelists.txt-20080618195718-n53mf989huhz0bvq-1
-
- Property bzr:ancestry:v3-trunk0
-
old new 9 9 andrew@aehunter.net-20080618182841-z2to60sr79wfdq9o 10 10 andrew@aehunter.net-20080618190025-f4tqmfnhagk3glij 11 andrew@aehunter.net-20080618195823-74quloizraz2fwj2
-
- Property bzr:revision-info
-
old new 1 timestamp: 2008-06-18 21: 06:23.986000061+01001 timestamp: 2008-06-18 21:11:05.530999899 +0100 2 2 committer: Andrew Hunter <andrew@aehunter.net> 3 3 properties:
-
- Property bzr:revision-id:v3-trunk0
-
trunk/src/openmedialib/plugins/CMakeLists.txt
r1373 r1387 3 3 add_subdirectory( avformat ) 4 4 add_subdirectory( gensys ) 5 #add_subdirectory( ofx ) 5 if ( WITH_OFX_PLUGIN ) 6 add_subdirectory( ofx ) 7 endif ( WITH_OFX_PLUGIN ) 6 8 add_subdirectory( openal ) 7 9 add_subdirectory( sdl )
