mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
8dcfd3da34
PR: ports/82086 Submitted by: Steve Ames <steve@energistic.com>
20 lines
318 B
C++
20 lines
318 B
C++
*** src/ffh263codec.cxx.orig Fri Aug 8 01:52:14 2003
|
|
--- src/ffh263codec.cxx Mon Jun 6 15:28:05 2005
|
|
***************
|
|
*** 140,146 ****
|
|
#define MSVC_OPENH323 1
|
|
|
|
extern "C" {
|
|
! #include <avcodec.h>
|
|
};
|
|
|
|
|
|
--- 140,146 ----
|
|
#define MSVC_OPENH323 1
|
|
|
|
extern "C" {
|
|
! #include <ffmpeg/avcodec.h>
|
|
};
|
|
|
|
|