-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--enable-avresample is deprecated however L-SMASH-Works still depends on it #76
Comments
To support both ffmpeg and libav, I currently have plan to make a global configure and a global makefile, and a lib archiving objects consiting of source files in common directory. |
OK, thank you. |
Hello, is there any progress on this? I still cannot build L-Smash for vapoursynth, same problem as OP.
|
see #75 (comment) |
for this:
is diff --git a/VapourSynth/video_output.c b/VapourSynth/video_output.c
index 4599863..45a1fb0 100644
--- a/VapourSynth/video_output.c
+++ b/VapourSynth/video_output.c
@@ -20,7 +20,7 @@
/* This file is available under an ISC license. */
-#include <string.h>
+#include <strings.h>
/* Libav */
#include <libavcodec/avcodec.h> /* Decoder */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ffmpeg's --enable-avresample is deprecated, however L-SMASH-Works still depends on it,
eg without --enable-avresample the following build error is thrown.
Would you please be able to fix this so it no longer depends on a deprecated ffmpeg build option ?
The text was updated successfully, but these errors were encountered: