Commit 51268aae authored by Michael Niedermayer's avatar Michael Niedermayer

avutil/utf8: put under #ifdef TEST

All other test programs are under #ifdef TEST too
with the implementation and test code being generally in the same file
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0398b7cb
......@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifdef TEST
#include <stdio.h>
#include "libavutil/avstring.h"
......@@ -69,3 +70,4 @@ int main(int argc, char **argv)
av_file_unmap(file_buf, file_buf_size);
return 0;
}
#endif
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