File tree Expand file tree Collapse file tree
jvxLibraries/third_party/git/vst
jvxPackages/ffmpeg/jvxLibraries/third_party/git/ffmpeg Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ elseif(${JVX_OS} MATCHES "linux")
171171 ${JVX_FFMPEG_LIB_AVUTIL}
172172 ${JVX_FFMPEG_LIB_SWRESAMPLE}
173173 ${JVX_FFMPEG_LIB_SWSCALE}
174- ${JVX_FFMPEG_LIB_POSTPROC}
174+ # ${JVX_FFMPEG_LIB_POSTPROC}
175175 x264
176176 x265
177177 CACHE INTERNAL "ffmpeg libs (glnx)" )
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ if [ ! -d $folder ]; then
1818 echo git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
1919 git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
2020 cd ffmpeg
21- git checkout 507a51fbe9732f0f6f12f43ce12431e8faa834b7
22-
23- echo " PATCHING"
24- echo " patch -p1 < ../ffmpeg-glnx-mathops.patch"
25- patch -p1 < ../ffmpeg-glnx-mathops.patch
21+ # git checkout 507a51fbe9732f0f6f12f43ce12431e8faa834b7
22+ git checkout 17734f696752e996a37f80077c2bf116444ad340
23+ # echo "PATCHING"
24+ # echo "patch -p1 < ../ffmpeg-glnx-mathops.patch"
25+ # patch -p1 < ../ffmpeg-glnx-mathops.patch
2626 cd ..
2727
2828 mv ffmpeg $folder
@@ -65,6 +65,12 @@ if [ -d $folder ]; then
6565
6666 echo make install
6767 make install
68+
69+ echo make clean
70+ make clean
71+
72+ make V=1 fftools/resources/graph.html.o
73+ make V=1 fftools/resources/graph.css.o
6874 else
6975 echo " Subfolder lib already exists"
7076 fi
You can’t perform that action at this time.
0 commit comments