diff options
author | Eric Blossom | 2010-12-03 23:30:54 -0800 |
---|---|---|
committer | Eric Blossom | 2010-12-03 23:30:54 -0800 |
commit | 0b5f66113f43d2ba94a1ca741b5ce65e1f9f2c02 (patch) | |
tree | c6e685eff249c41dc078a7d8c95ccb79b13ba435 /gr-video-sdl | |
parent | 4d16f8ac9e88babdcdf3dac3e5080d1bbf6fa1a7 (diff) | |
download | gnuradio-0b5f66113f43d2ba94a1ca741b5ce65e1f9f2c02.tar.gz gnuradio-0b5f66113f43d2ba94a1ca741b5ce65e1f9f2c02.tar.bz2 gnuradio-0b5f66113f43d2ba94a1ca741b5ce65e1f9f2c02.zip |
Rename libguile- to libguile-gnuradio- to match guile library naming convention.
The stuff in gnuradio-core ends up with funky names, but that could
be fixed by renaming gnuradio_core_filter.i -> core_filter.i etc.
Diffstat (limited to 'gr-video-sdl')
-rw-r--r-- | gr-video-sdl/src/video_sdl.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-video-sdl/src/video_sdl.i b/gr-video-sdl/src/video_sdl.i index d609c71af..c4f7e89a8 100644 --- a/gr-video-sdl/src/video_sdl.i +++ b/gr-video-sdl/src/video_sdl.i @@ -63,7 +63,7 @@ class video_sdl_sink_s : public gr_sync_block { #if SWIGGUILE %scheme %{ -(load-extension "libguile-video_sdl" "scm_init_gnuradio_video_sdl_module") +(load-extension "libguile-gnuradio-video_sdl" "scm_init_gnuradio_video_sdl_module") %} %goops %{ |