Skip to content
Snippets Groups Projects
Commit e4dfb054 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#18629] Disable video in pjsip

parent 72e276ed
Branches
Tags
No related merge requests found
...@@ -22,7 +22,7 @@ configure-stamp: ...@@ -22,7 +22,7 @@ configure-stamp:
# Add here commands to configure the package. # Add here commands to configure the package.
./autogen.sh ./autogen.sh
./configure --prefix=/usr --enable-video ./configure --prefix=/usr --enable-video
cd libs/pjproject-2.0.1; CFLAGS=-fPIC ./configure cd libs/pjproject-2.0.1; CFLAGS=-fPIC ./configure --disable-sound --disable-video
touch configure-stamp touch configure-stamp
#Architecture #Architecture
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment