openbsd-ports/audio/audacity/patches/patch-src_FFmpeg_h
2009-03-14 03:49:43 +00:00

15 lines
911 B
Plaintext

$OpenBSD: patch-src_FFmpeg_h,v 1.2 2009/03/14 03:49:43 jakemsr Exp $
--- src/FFmpeg.h.orig Tue Jan 27 12:50:59 2009
+++ src/FFmpeg.h Tue Feb 10 03:21:35 2009
@@ -151,8 +151,8 @@ class FFmpegLibs (public)
void (*av_log_default_callback) (void* ptr, int level, const char* fmt, va_list vl);
void (*av_free) (void *ptr);
unsigned (*avcodec_version) (void);
- unsigned (*avformat_version) (void);
- unsigned (*avutil_version) (void);
+ //unsigned (*avformat_version) (void);
+ //unsigned (*avutil_version) (void);
void (*avcodec_init) (void);
AVCodec* (*avcodec_find_encoder) (enum CodecID id);
AVCodec* (*avcodec_find_encoder_by_name) (const char *name);