diff options
Diffstat (limited to 'videogrid')
-rw-r--r-- | videogrid/videogrid.cpp | 4 | ||||
-rw-r--r-- | videogrid/videogrid.libs | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/videogrid/videogrid.cpp b/videogrid/videogrid.cpp index 98c770c..37203e4 100644 --- a/videogrid/videogrid.cpp +++ b/videogrid/videogrid.cpp @@ -34,8 +34,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "pthread.h" /*ffmpeg includes*/ -#include <avcodec.h> -#include <avformat.h> +#include <ffmpeg/avcodec.h> +#include <ffmpeg/avformat.h> /*libquicktime includes*/ //#include <quicktime/lqt.h> diff --git a/videogrid/videogrid.libs b/videogrid/videogrid.libs new file mode 100644 index 0000000..1662ffd --- /dev/null +++ b/videogrid/videogrid.libs @@ -0,0 +1 @@ +-lavcodec -lavformat -lavutil -lquicktime |