diff options
author | wm4 <wm4@nowhere> | 2014-10-12 01:31:20 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-10-12 01:33:10 +0200 |
commit | 3093d93e1f0baadf4c1ec866adacb244d10fabbe (patch) | |
tree | 7a9d90f0eabaa0388636d874dde8ac2a09498967 /old-makefile | |
parent | 1b4f51ae73a41a6c8b335d76b3dab3814cebaaa8 (diff) |
vf_vapoursynth: add standalone Lua scripting
Diffstat (limited to 'old-makefile')
-rw-r--r-- | old-makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old-makefile b/old-makefile index d0b7d678e6..519da884f1 100644 --- a/old-makefile +++ b/old-makefile @@ -105,7 +105,7 @@ SOURCES-$(LIBAVFILTER) += video/filter/vf_lavfi.c \ audio/filter/af_lavfi.c SOURCES-$(LUA) += player/lua.c -SOURCES-$(VAPOURSYNTH) += video/filter/vf_vapoursynth.c +SOURCES-$(VAPOURSYNTH_CORE) += video/filter/vf_vapoursynth.c SOURCES-$(DLOPEN) += video/filter/vf_dlopen.c SOURCES = audio/audio.c \ |