Commit 2e46af0a authored by mru's avatar mru

remove useless #ifndef CONFIG_NOCUTILS


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9394 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1d6b295d
......@@ -20,7 +20,6 @@
*/
#include "avformat.h"
#if !defined(CONFIG_NOCUTILS)
/**
* Return TRUE if val is a prefix of str. If it returns TRUE, ptr is
* set to the next character in 'str' after the prefix.
......@@ -84,8 +83,6 @@ char *pstrcat(char *buf, int buf_size, const char *s)
return buf;
}
#endif
/* add one element to a dynamic array */
void __dynarray_add(unsigned long **tab_ptr, int *nb_ptr, unsigned long elem)
{
......
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