| 31 | | ${FFMPEG_ROOT}/include/lib${shortname} |
| 32 | | $ENV{FFMPEG_DIR}/include/lib${shortname} |
| 33 | | ~/Library/Frameworks/lib${shortname} |
| 34 | | /Library/Frameworks/lib${shortname} |
| 35 | | /usr/local/include/lib${shortname} |
| 36 | | /usr/include/lib${shortname} |
| 37 | | /sw/include/lib${shortname} # Fink |
| 38 | | /opt/local/include/lib${shortname} # DarwinPorts |
| 39 | | /opt/csw/include/lib${shortname} # Blastwave |
| 40 | | /opt/include/lib${shortname} |
| 41 | | /usr/freeware/include/lib${shortname} |
| | 32 | ${FFMPEG_ROOT}/include |
| | 33 | $ENV{FFMPEG_DIR}/include |
| | 34 | ~/Library/Frameworks |
| | 35 | /Library/Frameworks |
| | 36 | /usr/local/include |
| | 37 | /usr/include |
| | 38 | /sw/include # Fink |
| | 39 | /opt/local/include # DarwinPorts |
| | 40 | /opt/csw/include # Blastwave |
| | 41 | /opt/include |
| | 42 | /usr/freeware/include |
| | 135 | SET(FFMPEG_INCLUDE_DIRS |
| | 136 | ${FFMPEG_LIBAVFORMAT_INCLUDE_DIRS} ${FFMPEG_LIBAVFORMAT_INCLUDE_DIRS}/libavformat |
| | 137 | ${FFMPEG_LIBAVDEVICE_INCLUDE_DIRS} ${FFMPEG_LIBAVDEVICE_INCLUDE_DIRS}/libavdevice |
| | 138 | ${FFMPEG_LIBAVCODEC_INCLUDE_DIRS} ${FFMPEG_LIBAVCODEC_INCLUDE_DIRS}/libavcodec |
| | 139 | ${FFMPEG_LIBAVUTIL_INCLUDE_DIRS} ${FFMPEG_LIBAVUTIL_INCLUDE_DIRS}/libavutil |
| | 140 | ) |
| | 141 | |
| | 142 | IF (${FFMPEG_STDINT_INCLUDE_DIR}) |
| | 143 | SET(FFMPEG_INCLUDE_DIRS |
| | 144 | $PFFMPEG_INCLUDE_DIRS} |
| | 145 | ${FFMPEG_STDINT_INCLUDE_DIR}/libavformat |
| | 146 | ${FFMPEG_STDINT_INCLUDE_DIR}/libavdevice |
| | 147 | ${FFMPEG_STDINT_INCLUDE_DIR}/libavcodec |
| | 148 | ${FFMPEG_STDINT_INCLUDE_DIR}/libavutil |
| | 149 | ) |
| | 150 | ENDIF() |
| | 151 | |
| | 152 | |