You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmake/debian/patches/findmpeg2-addpath.diff

13 lines
280 B

--- cmake-2.6.0.orig/Modules/FindMPEG2.cmake
+++ cmake-2.6.0/Modules/FindMPEG2.cmake
@@ -8,6 +8,9 @@
# MPEG2_vo_LIBRARY, where to find the vo library.
FIND_PATH(MPEG2_INCLUDE_DIR mpeg2.h
+ /usr/include/mpeg2dec
+ /usr/local/include
+ /usr/include
/usr/local/livid
)