mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Chase header file location change in latest ffmpeg port update
Reviewed by: freebsd-multimedia mailing list (silence)
This commit is contained in:
parent
4f2162a0d5
commit
1f62bdd976
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67822
@ -6,8 +6,8 @@
|
||||
|
||||
-#include "libavcodec/avcodec.h"
|
||||
-#include "libavcodec/dsputil.h"
|
||||
+#include <libavcodec/avcodec.h>
|
||||
+#include <libavcodec/dsputil.h>
|
||||
+#include <ffmpeg/avcodec.h>
|
||||
+#include <ffmpeg/dsputil.h>
|
||||
|
||||
/*
|
||||
#define LOG
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
-#include "libavcodec/avcodec.h"
|
||||
-#include "libavcodec/dsputil.h"
|
||||
+#include <libavcodec/avcodec.h>
|
||||
+#include <libavcodec/dsputil.h>
|
||||
+#include <ffmpeg/avcodec.h>
|
||||
+#include <ffmpeg/dsputil.h>
|
||||
|
||||
/*
|
||||
#define LOG
|
||||
|
Loading…
Reference in New Issue
Block a user