dev #17

Merged
siwat merged 29 commits from dev into main 2025-09-25 19:59:50 +00:00
Showing only changes of commit dc1db635d0 - Show all commits

View file

@ -52,8 +52,6 @@ RUN cd /tmp && \
cd ffmpeg-master-latest-linux64-gpl && \
# Copy binaries to system paths
cp bin/* /usr/local/bin/ && \
cp -r lib/* /usr/local/lib/ && \
cp -r include/* /usr/local/include/ && \
ldconfig && \
# Verify CUVID decoders are available
echo "=== Verifying FFmpeg CUVID Support ===" && \