aboutsummaryrefslogtreecommitdiff
path: root/videogrid
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-24 01:51:05 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-24 01:51:05 +0000
commiteb688a8b22a03d660e4b439336c721912c1d6fee (patch)
tree87a14059050eb682a988e79563cca55edabd7e33 /videogrid
parentfb5547a65d805fae2daa06ccf3b9dea234ffc4d8 (diff)
- First stabs at getting pdvjtools as part of Pd-extended
- build fixes for Mac OS X - updated help files to standard names svn path=/trunk/externals/pdvjtools/; revision=9893
Diffstat (limited to 'videogrid')
-rw-r--r--videogrid/videogrid.cpp4
-rw-r--r--videogrid/videogrid.libs1
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