-----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