mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
element-maker: do test build with -fPIC
This commit is contained in:
parent
5a1132aaf1
commit
fedcf43e29
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ gst-indent $gstreplace.c
|
|||
|
||||
echo pkg is $pkg
|
||||
|
||||
gcc -Wall $(pkg-config --cflags gstreamer-0.10 $pkg) -c -o $gstreplace.o $gstreplace.c
|
||||
gcc -Wall -fPIC $(pkg-config --cflags gstreamer-0.10 $pkg) -c -o $gstreplace.o $gstreplace.c
|
||||
gcc -shared -o $gstreplace.so $gstreplace.o $(pkg-config --libs gstreamer-0.10 $pkg)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue