How to install gst-rtsp-server example
Daiane Angolini
daiane.list at gmail.com
Tue Jul 25 17:59:02 UTC 2017
Hi,
I'm working to integrate the gst-rtsp-server examples (such as
test-launch and test-uri) in the yocto recipe.
However, I cannot understand the installation process of those binaries.
What I understand is that the binaries are created properly, but they
are never installed in the DESTDIR.
What is the process to install the examples binaries?
I add the log on 1.8.0 because my Ubuntu dependencies. Yocto today is
1.10.4, but from git history it looks like the version does not matter
in this Makefile, at least I got the same behavior on yocto and on my
machine.
In case there is no process, where should I copy the binaries?
Thanks in advance,
Daiane
make[1]: Entering directory
'/home/daiane/Downloads/gst-rtsp-server-1.8.0/examples'
CC test-video.o
CCLD test-video
CC test-ogg.o
CCLD test-ogg
CC test-mp4.o
CCLD test-mp4
CC test-readme.o
CCLD test-readme
CC test-launch.o
CCLD test-launch
CC test-sdp.o
CCLD test-sdp
CC test-uri.o
CCLD test-uri
CC test-auth.o
CCLD test-auth
CC test-multicast.o
CCLD test-multicast
CC test-multicast2.o
CCLD test-multicast2
CC test-appsrc.o
CCLD test-appsrc
CC test-video-rtx.o
CCLD test-video-rtx
CC test-record.o
CCLD test-record
CC test-record-auth.o
CCLD test-record-auth
CC test-netclock.o
CCLD test-netclock
CC test-netclock-client.o
CCLD test-netclock-client
make[2]: Entering directory
'/home/daiane/Downloads/gst-rtsp-server-1.8.0/examples'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory
'/home/daiane/Downloads/gst-rtsp-server-1.8.0/examples'
make[1]: Leaving directory
'/home/daiane/Downloads/gst-rtsp-server-1.8.0/examples'
Making install in tests
make[1]: Entering directory '/home/daiane/Downloads/gst-rtsp-server-1.8.0/tests'
Making install in check
make[2]: Entering directory
'/home/daiane/Downloads/gst-rtsp-server-1.8.0/tests/check'
make[3]: Entering directory
'/home/daiane/Downloads/gst-rtsp-server-1.8.0/tests/check'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory
'/home/daiane/Downloads/gst-rtsp-server-1.8.0/tests/check'
make[2]: Leaving directory
'/home/daiane/Downloads/gst-rtsp-server-1.8.0/tests/check'
make[2]: Entering directory '/home/daiane/Downloads/gst-rtsp-server-1.8.0/tests'
CC test-cleanup.o
CCLD test-cleanup
CC test-reuse.o
CCLD test-reuse
make[3]: Entering directory '/home/daiane/Downloads/gst-rtsp-server-1.8.0/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/daiane/Downloads/gst-rtsp-server-1.8.0/tests'
make[2]: Leaving directory '/home/daiane/Downloads/gst-rtsp-server-1.8.0/tests'
make[1]: Leaving directory '/home/daiane/Downloads/gst-rtsp-server-1.8.0/tests'
More information about the gstreamer-devel
mailing list