[Sumover-dev] [svn commit] r4312 - vic/branches/mpeg4

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Wed Nov 12 07:53:22 GMT 2008


Author: douglask
Date: Wed Nov 12 07:53:17 2008
New Revision: 4312

Modified:
   vic/branches/mpeg4/configure
   vic/branches/mpeg4/configure.in

Log:
removed a typo involving a '$'


Modified: vic/branches/mpeg4/configure
==============================================================================
--- vic/branches/mpeg4/configure	(original)
+++ vic/branches/mpeg4/configure	Wed Nov 12 07:53:17 2008
@@ -6555,7 +6555,7 @@
   V_DEFINE="$V_DEFINE -DHAVE_LIBV4L"
          V_LIB_GRABBER="$V_LIB_GRABBER -lv4l1 -lv4l2"
 else
-  $V_OBJ_GRABBER="$V_OBJ_GRABBER  video/tinyjpeg.o video/jidctflt.o"
+  V_OBJ_GRABBER="$V_OBJ_GRABBER  video/tinyjpeg.o video/jidctflt.o"
 fi
 
 

Modified: vic/branches/mpeg4/configure.in
==============================================================================
--- vic/branches/mpeg4/configure.in	(original)
+++ vic/branches/mpeg4/configure.in	Wed Nov 12 07:53:17 2008
@@ -304,7 +304,7 @@
         AC_CHECK_HEADER(libv4lconvert.h,
         [V_DEFINE="$V_DEFINE -DHAVE_LIBV4L"
          V_LIB_GRABBER="$V_LIB_GRABBER -lv4l1 -lv4l2"],
-        [$V_OBJ_GRABBER="$V_OBJ_GRABBER  video/tinyjpeg.o video/jidctflt.o"])
+        [V_OBJ_GRABBER="$V_OBJ_GRABBER  video/tinyjpeg.o video/jidctflt.o"])
         if test -r /usr/include/linux/videodev2.h  ; then
                 V_OBJ_GRABBER="$V_OBJ_GRABBER video/grabber-v4l2.o video/grabber-video4linux.o"
 		echo "Using Linux Grabbers: Video4Linux2 and Video4Linux1"



More information about the Sumover-dev mailing list