Skip to content

Commit 4f8f852

Browse files
committed
fix in building script
1 parent 0f86721 commit 4f8f852

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/03_build_raisr_ffmpeg.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ cp "${raisr_path}/ffmpeg/vf_raisr.c" libavfilter/
4949
make clean
5050
make -j"$(nproc)"
5151
sudo -E make install
52-
popd
5352

53+
# copy filters to ffmpeg directory
5454
cp -r "${raisr_path}/filters"* .
55+
popd
5556

5657
log_info "\tTo run the library you can do the following:"
5758
log_info

0 commit comments

Comments
 (0)