blob: d4b9df785e2db193390792a0477e1bb4101957cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-ab,v 1.1.1.1 2010/05/23 08:03:18 obache Exp $
Adjust header file locations for ffmpeg changes.
--- src/profiles.h.orig 2007-11-26 20:47:43.000000000 +0000
+++ src/profiles.h
@@ -22,8 +22,8 @@
#ifndef _PROFILES_H_
#define _PROFILES_H_
-#include <ffmpeg/avcodec.h>
-#include <ffmpeg/avformat.h>
+#include <libavcodec/avcodec.h>
+#include <libavformat/avformat.h>
#include "dlna_internals.h"
#include "containers.h"
|