mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
Fix x265 warning
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19515 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
97a46b70cf
commit
72ad62a99b
@ -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 &&
|
||||
cd bld &&
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DENABLE_STATIC=OFF \
|
||||
../source &&
|
||||
|
||||
make</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user