X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=gr-video-sdl%2Fsrc%2Fvideo_sdl.i;h=7084c209b9710c73f0fab0f31e82f9d6e23b21f6;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=9cfa1589ff9a2a37fa8f3513d8c9a0517f7e8913;hpb=09a1e803a9e6587c78d20cdf16891e5295874668;p=debian%2Fgnuradio diff --git a/gr-video-sdl/src/video_sdl.i b/gr-video-sdl/src/video_sdl.i index 9cfa1589..7084c209 100644 --- a/gr-video-sdl/src/video_sdl.i +++ b/gr-video-sdl/src/video_sdl.i @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2006 Free Software Foundation, Inc. + * Copyright 2006,2009 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -20,16 +20,11 @@ * Boston, MA 02110-1301, USA. */ -%feature("autodoc","1"); - -%include "exception.i" -%import "gnuradio.i" // the common stuff +%include "gnuradio.i" // the common stuff %{ -#include "gnuradio_swig_bug_workaround.h" // mandatory bug fix #include "video_sdl_sink_uc.h" #include "video_sdl_sink_s.h" -#include %} // ----------------------------------------------------------------