Skip to content

Commit

Permalink
Fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
myrsloik authored and WolframRhodium committed Apr 4, 2024
1 parent 15c6828 commit 33546ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,9 @@ if VSPIPE
bin_PROGRAMS = vspipe

vspipe_SOURCES = src/vspipe/vspipe.cpp \
src/vspipe/printgraph.cpp \
src/vspipe/md5.c \
src/vspipe/printgraph.cpp \
src/vspipe/md5.c \
src/vspipe/vsjson.cpp \
src/common/wave.cpp

vspipe_LDADD = libvapoursynth-script.la
Expand Down

0 comments on commit 33546ec

Please sign in to comment.