RSS/Atom feed Twitter
Site is read-only, email is disabled

Unable to use gegl operation

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

5 of 5 messages available
Toggle history

Please log in to manage your subscriptions.

Unable to use gegl operation Madhav yadav 08 Apr 03:18
  Unable to use gegl operation Owen 08 Apr 04:04
   Unable to use gegl operation Madhav yadav 08 Apr 04:12
    Unable to use gegl operation Owen 08 Apr 04:40
     Unable to use gegl operation Bill Skaggs 08 Apr 16:10
Madhav yadav
2011-04-08 03:18:50 UTC (about 14 years ago)

Unable to use gegl operation

Hello,

When I try to use any gegl operation eg - load on running the file i get the error -
Message: Module '/usr/local/lib/gegl-0.1/ff-load.so' load error: /usr/local/lib/gegl-0.1/ff-load.so: undefined symbol: avcodec_decode_video2

can anyone help??

Owen
2011-04-08 04:04:32 UTC (about 14 years ago)

Unable to use gegl operation

Hello,

When I try to use any gegl operation eg - load on running the file i get the
error -
Message: Module '/usr/local/lib/gegl-0.1/ff-load.so' load error: /usr/local/lib/gegl-0.1/ff-load.so: undefined symbol: avcodec_decode_video2

can anyone help??

just guessing, but when you ran autogen.sh to configure gegl, did you have this output.

checking for AVFORMAT... yes checking libavformat/avformat.h usability... yes checking libavformat/avformat.h presence... yes checking for libavformat/avformat.h... yes checking linux/videodev.h usability... yes checking linux/videodev.h presence... yes checking for linux/videodev.h... yes

So do you have avformat.h

Do you have videodev.h

As I said, just a guess

Owen

Madhav yadav
2011-04-08 04:12:22 UTC (about 14 years ago)

Unable to use gegl operation

On Fri, Apr 8, 2011 at 9:34 AM, Owen wrote:

Hello,

When I try to use any gegl operation eg - load on running the file i get the
error -
Message: Module '/usr/local/lib/gegl-0.1/ff-load.so' load error: /usr/local/lib/gegl-0.1/ff-load.so: undefined symbol: avcodec_decode_video2

can anyone help??

just guessing, but when you ran autogen.sh to configure gegl, did you have this output.

checking for AVFORMAT... yes checking libavformat/avformat.h usability... yes checking libavformat/avformat.h presence... yes checking for libavformat/avformat.h... yes checking linux/videodev.h usability... yes checking linux/videodev.h presence... yes checking for linux/videodev.h... yes

So do you have avformat.h

Do you have videodev.h

As I said, just a guess

Owen

I searched for avformat.h and found it on my system -

/usr/include/libavformat/avformat.h

what actually is this error from??

Owen
2011-04-08 04:40:04 UTC (about 14 years ago)

Unable to use gegl operation

On Fri, Apr 8, 2011 at 9:34 AM, Owen wrote:

Hello,

When I try to use any gegl operation eg - load on running the file

i

get the
error -
Message: Module '/usr/local/lib/gegl-0.1/ff-load.so' load error: /usr/local/lib/gegl-0.1/ff-load.so: undefined symbol: avcodec_decode_video2

can anyone help??

just guessing, but when you ran autogen.sh to configure gegl, did you
have this output.

checking for AVFORMAT... yes checking libavformat/avformat.h usability... yes checking libavformat/avformat.h presence... yes checking for libavformat/avformat.h... yes checking linux/videodev.h usability... yes checking linux/videodev.h presence... yes checking for linux/videodev.h... yes

So do you have avformat.h

Do you have videodev.h

As I said, just a guess

Owen

I searched for avformat.h and found it on my system -

/usr/include/libavformat/avformat.h

what actually is this error from??

Do you have videodev.h

Again, I am only guessing but avcodec_decode_video2 is a variable or function for decoding video.

What system are you using. just install anything that looks like avformat, libavcodec, ffmpeg, anything to do with video then recompile gegl and try again.

you are simply missing something.

Owen

Bill Skaggs
2011-04-08 16:10:34 UTC (about 14 years ago)

Unable to use gegl operation

It is likely that the problem comes from using a version of the ffmpeg library different from what gegl expects -- possibly due to having multiple versions of the library on your system. If you don't want to spend time figuring out how to solve that, the simplest solution, I believe, is to rebuild gegl using the --without-libavformat configure option.

-- Bill