From 89ac41a2ccb85d6dfccb501ff4877231cab72094 Mon Sep 17 00:00:00 2001 From: tobigun Date: Tue, 5 Feb 2008 13:43:38 +0000 Subject: Update of the ffmpeg headers to their current trunk versions. IMPORTANT: parameter of av_free_packet is a pointer now procedure av_free_packet (pkt: PAVPacket); as it is with av_free() and av_freep() git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@814 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/lib/ffmpeg/lazarustest.lpr | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 Game/Code/lib/ffmpeg/lazarustest.lpr (limited to 'Game/Code/lib/ffmpeg/lazarustest.lpr') diff --git a/Game/Code/lib/ffmpeg/lazarustest.lpr b/Game/Code/lib/ffmpeg/lazarustest.lpr deleted file mode 100644 index 10b59b9c..00000000 --- a/Game/Code/lib/ffmpeg/lazarustest.lpr +++ /dev/null @@ -1,30 +0,0 @@ -program lazarustest; - -{$MODE Delphi} - -uses - - avcodec in 'avcodec.pas', - avformat in 'avformat.pas', - avutil in 'avutil.pas', - rational in 'rational.pas', - opt in 'opt.pas', - avio in 'avio.pas', - sysutils; - -begin - // This compiles with all units in.. - // but I cant run it, if its compiled with lazarus or delphi - // I get errors about not finding functions in dll's - - // ON LINUX - Ubuntu .. you will probably need to - // sudo apt-get install libavcodec-dev libavformat-dev - - try - av_register_all(); - writeln( 'YES - If you see this then ffmpeg is probably lazarus compatible' ); - except - writeln( 'NO - ffmpeg is NOT lazarus compatible' ); - end; -end. - -- cgit v1.2.3