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

Soo-Hyun Choi S.Choi at cs.ucl.ac.uk
Thu Feb 4 13:18:24 GMT 2010


Dear Douglas,

The file grabber option used to appear in the "Device" option in the
"Menu" window, but it seems gone away now - Vic complains about it
(see the below debug message).

The file grabber is working only if I give "-XfileGrabber" option, but
it still complains the same way as the below debug message, too.

The X11 option was briefly gone but it came back with this commit.
Perhaps, the file grabber option was omitted for some reason in the
"configure.in and configure" update earlier??

By the way, this error was seen in Linux machines.

[snipped]
...
[pid/13383 +104 video/grabber-file.cpp] FileDevice	_o2
[pid/13383 +104 video/grabber-file.cpp] FileDevice	nickname
[pid/13383 +104 video/grabber-file.cpp] FileDevice	_o2
[pid/13383 +104 video/grabber-file.cpp] FileDevice	nickname
[pid/13383 +104 video/grabber-file.cpp] FileDevice	_o2
[pid/13383 +104 video/grabber-file.cpp] FileDevice	nickname
[pid/13383 +104 video/grabber-file.cpp] FileDevice	_o2
[pid/13383 +104 video/grabber-file.cpp] FileDevice	attributes
[pid/13383 +104 video/grabber-file.cpp] FileDevice	_o2
[pid/13383 +104 video/grabber-file.cpp] FileDevice	nickname
[pid/13383 +104 video/grabber-file.cpp] FileDevice	_o2
[pid/13383 +104 video/grabber-file.cpp] FileDevice	attributes
[pid/13383 +104 video/grabber-file.cpp] FileDevice	_o2
[pid/13383 +104 video/grabber-file.cpp] FileDevice	attributes
[pid/13383 +104 video/grabber-file.cpp] FileDevice	_o2
[pid/13383 +104 video/grabber-file.cpp] FileDevice	attributes
[pid/13383 +104 video/grabber-file.cpp] FileDevice	_o2
[pid/13383 +104 video/grabber-file.cpp] FileDevice	attributes
[pid/13383 +104 video/grabber-file.cpp] FileDevice	_o2
[pid/13383 +104 video/grabber-file.cpp] FileDevice	attributes
[pid/13383 +104 video/grabber-file.cpp] FileDevice	_o2
[pid/13383 +104 video/grabber-file.cpp] FileDevice	nickname
...
[snipped]


Would you have any idea on this?

Cheers,
Soo-Hyun


On Wed, Feb 3, 2010 at 13:23,  <sumover-dev at cs.ucl.ac.uk> wrote:
> Author: douglask
> Date: Wed Feb  3 13:23:20 2010
> New Revision: 4588
>
> Modified:
>   vic/branches/mpeg4/configure.in
>
> Log:
> Ensure X11 grabber is built on all platforms other than MacOS X and Windows
>
>
> Modified: vic/branches/mpeg4/configure.in
> ==============================================================================
> --- vic/branches/mpeg4/configure.in     (original)
> +++ vic/branches/mpeg4/configure.in     Wed Feb  3 13:23:20 2010
> @@ -192,9 +192,7 @@
>         V_OBJ_GRABBER="$V_OBJ_GRABBER  video/tinyjpeg.o video/jidctflt.o"
>  fi
>
> -AC_ARG_WITH(decklink,
> -    AC_HELP_STRING([--with-decklink=dir], [directory containing DeckLinkAPIDispatch.cpp]),
> -    with_decklinkapidispatch=${withval})
> +AC_ARG_WITH(decklink,--with-decklink=dir     specify directory containing DeckLinkAPIDispatch.cpp, with_decklinkapidispatch=${withval})
>  AC_MSG_NOTICE([checking for Blackmagic DeckLink SDK])
>  AC_CACHE_VAL(ac_cv_c_decklinkapidispatch,[
>         # First check to see if --with-decklink was specified.
> @@ -553,10 +551,15 @@
>         OPSYS=macosx
>         V_OBJ_GRABBER="$V_OBJ_GRABBER video/grabber-macosx.o video/yuv_convert.o"
>         ;;
> -   *-*-mingw*)
> +*-*-mingw*)
>         ffmpeg_conf="$ffmpeg_conf --enable-memalign-hack"
>         ;;
> -   *)
> +esac
> +
> +case "$target" in
> +*-*-darwin* | *-*-mingw* | *-*-cygwin* | *-*-pw32*)
> +        ;;
> +*)
>         V_OBJ_GRABBER="$V_OBJ_GRABBER video/grabber-x11.o"
>         ;;
>  esac
>
> _______________________________________________
> Sumover-dev mailing list
> Sumover-dev at cs.ucl.ac.uk
> http://oakham.cs.ucl.ac.uk/mailman/listinfo/sumover-dev
>



More information about the Sumover-dev mailing list