This website works better with JavaScript.
Home
Explore
Help
Sign In
use
/
ffmpeg_build_scripts
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Added curDir so that ffmpeg build properly removes source code dir
master
use
1 year ago
parent
e56ec5e81a
commit
36812c8605
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
build.sh
+1
-0
build_part.sh
+ 1
- 0
build.sh
View File
@ -3,6 +3,7 @@
#build with hwaccell
export
PKG_CONFIG_PATH
=
/app/ffmpeg/install/lib/pkgconfig:/app/ffmpeg/install/lib64/pkgconfig/:/usr/local:/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig
curDir
=
"
$PWD
"
pkg
=
jellyfin-ffmpeg
if
!
[
[
-d
"
$pkg
"
]
]
then
+ 1
- 0
build_part.sh
View File
@ -4,6 +4,7 @@
export
PKG_CONFIG_PATH
=
/app/ffmpeg/install/lib/pkgconfig:/app/ffmpeg/install/lib64/pkgconfig/:/usr/local:/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig
curDir
=
"
$PWD
"
pkg
=
jellyfin-ffmpeg
if
!
[
[
-d
"
$pkg
"
]
]
then
Write
Preview
Loading…
Cancel
Save