rename cmake include/libraries to conform with suggested cmake names

This commit is contained in:
Campbell Barton
2011-06-18 14:12:54 +00:00
parent 549c2c58a1
commit 968b2a8afb
16 changed files with 100 additions and 102 deletions

View File

@@ -91,8 +91,8 @@ set(SRC
if(WITH_CODEC_FFMPEG)
list(APPEND INC_SYS
${FFMPEG_INC}
${PTHREADS_INC}
${FFMPEG_INCLUDE_DIRS}
${PTHREADS_INCLUDE_DIRS}
)
add_definitions(-DWITH_FFMPEG)
add_definitions(-D__STDC_CONSTANT_MACROS)