Jump to content

GstInterpipe: Difference between revisions

mNo edit summary
Line 105: Line 105:


== Building the project ==
== Building the project ==
In order to build the project run the following commands. Note that the libdir may vary according to your system.
./autogen.sh --libdir /usr/lib/x86_64-linux-gnu/gstreamer-1.0/
make
The ''autogen.sh'' script will automatically run the ''configure'' script. In case a more complex configuration is needed, the configure step may be executed manually:
./autogen.sh --noconfigure
./configure --libdir /usr/lib/x86_64-linux-gnu/gstreamer-1.0/ <additional advanced options>
make
Finally, the status of the current version may be checked by running the unit tests:
make check


== Installing the plugin ==
== Installing the plugin ==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.