seems like when building gem as written in README.linux aclocal ./autogen.sh ./configure make make install
plugins are not builded what is the correct way to build plugins? i tried make in plugins folder also make plugins in booth src and plugins folder, but still nothing thanks
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-12-15 19:59, kubro bubro wrote:
seems like when building gem as written in README.linux aclocal ./autogen.sh ./configure make make install
plugins are not builded what is the correct way to build plugins?
$ cd .../Gem $ ./autogen.sh $ ./configure $ make $ make install
i tried make in plugins folder also make plugins in booth src and plugins folder, but still nothing
plugins will only get build if you have the proper libraries installed. e.g. you will need to have gmerlin-avdec-dev installed in order to get a filmGMERLIN plugin (which will be called gem_filmGMERLIN.so)
fgmasdr IOhannes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-12-15 20:18, IOhannes m zmoelnig wrote:
plugins will only get build if you have the proper libraries installed. e.g. you will need to have gmerlin-avdec-dev installed in order to get a filmGMERLIN plugin (which will be called gem_filmGMERLIN.so)
but you should always get the imageSGI plugin, as it doesn't depend on any external library.
fgamsdr IOhannes