Commit ea790733 authored by diego's avatar diego

Make base64 test program compilable as a standard test program.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16713 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1b03487b
......@@ -100,12 +100,11 @@ char *av_base64_encode(char * buf, int buf_len, const uint8_t * src, int len)
return ret;
}
// #define TEST_BASE64
#ifdef TEST
#include "log.h"
#include "mem.h"
#ifdef TEST_BASE64
#include "avutil.h"
int b64test(void)
int main(void)
{
int numerr = 0;
int len;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment