mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
5 lines
176 B
Bash
Executable File
5 lines
176 B
Bash
Executable File
#!/usr/bin/env bash
|
|
export BLD_FLAGS="-DENABLE_HARDSUBX"
|
|
export BLD_LINKER="-lswscale -lavutil -pthread -lavformat -lavcodec -lxcb-shm -lxcb -lX11 -llzma -lswresample"
|
|
./build
|