mirror of https://github.com/odrling/Aegisub
Merge r4515 from trunk to fix configure test for FFmpeg so it actually works with modern versions.
Originally committed to SVN as r5379.
This commit is contained in:
parent
55bdd3868b
commit
bf9f026dd1
|
@ -657,7 +657,7 @@ int main (void) {
|
|||
SwsContext *swsc = NULL;
|
||||
|
||||
av_register_all();
|
||||
fc = av_alloc_format_context();
|
||||
fc = avformat_alloc_context();
|
||||
if (fc == NULL) {
|
||||
printf("avformat failure\n");
|
||||
return 1;
|
||||
|
|
Loading…
Reference in New Issue