diff options
author | Måns Rullgård <mans@mansr.com> | 2007-06-23 01:20:38 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-06-23 01:20:38 +0000 |
commit | 34f18ba8538161bc3c04557443fadf9dafd2d699 (patch) | |
tree | 783faa360d4ef373b85164dbfca2c0ab26e70501 /libavformat/cutils.c | |
parent | aa38ada2d408ae7945c9434aed1da36c001dc3b7 (diff) | |
download | ffmpeg-34f18ba8538161bc3c04557443fadf9dafd2d699.tar.gz |
remove useless #ifndef CONFIG_NOCUTILS
Originally committed as revision 9394 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/cutils.c')
-rw-r--r-- | libavformat/cutils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/cutils.c b/libavformat/cutils.c index eeeef51464..394d71ea9b 100644 --- a/libavformat/cutils.c +++ b/libavformat/cutils.c @@ -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) { |