mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
19 lines
318 B
C++
19 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>
|
|
};
|
|
|
|
|