From cb771b7ac54fc0fcb60df975529369bc51f19867 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sat, 27 Jul 2013 21:03:41 +0000 Subject: delete duplicate functione definition git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3001 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-1.1/libavutil/error.pas | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/lib/ffmpeg-1.1/libavutil/error.pas b/src/lib/ffmpeg-1.1/libavutil/error.pas index 39a3e81d..f6d19ac5 100644 --- a/src/lib/ffmpeg-1.1/libavutil/error.pas +++ b/src/lib/ffmpeg-1.1/libavutil/error.pas @@ -133,9 +133,6 @@ const function av_strerror(errnum: cint; errbuf: PAnsiChar; errbuf_size: size_t): cint; cdecl; external av__util; -function av_strerror(errnum: cint; errbuf: PAnsiChar; errbuf_size: size_t): cint; - cdecl; external av__util; - (** * Fill the provided buffer with a string containing an error string * corresponding to the AVERROR code errnum. -- cgit v1.2.3