Use external liblzo instead of internal minilzo.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22257 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-02-18 14:51:44 +00:00
parent 6d4ae09b83
commit 7623ed6996
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include "vf.h"
#include "libmpdemux/nuppelvideo.h"
#include "native/minilzo.h"
#include <lzo1x.h>
#include "native/RTjpegN.h"
#define LZO_AL(size) (((size) + (sizeof(long) - 1)) / sizeof(long))