Fix x265 warning

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19515 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2017-11-18 16:16:31 +00:00
parent 97a46b70cf
commit 72ad62a99b

View File

@ -115,13 +115,14 @@
is complex. It is easier to just remove the static library after installation.
patch -Np1 -i ../x265_&x265-version;-enable_static-1.patch &&
-DENABLE_STATIC is set to ON by default, but we remove the stalib anyway.
-->
<screen><userinput>mkdir bld &amp;&amp;
cd bld &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_STATIC=OFF \
../source &amp;&amp;
make</userinput></screen>