git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa38ada
)
remove useless #ifndef CONFIG_NOCUTILS
author
Måns Rullgård
<mans@mansr.com>
Sat, 23 Jun 2007 01:20:38 +0000
(
01:20
+0000)
committer
Måns Rullgård
<mans@mansr.com>
Sat, 23 Jun 2007 01:20:38 +0000
(
01:20
+0000)
Originally committed as revision 9394 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/cutils.c
patch
|
blob
|
history
diff --git
a/libavformat/cutils.c
b/libavformat/cutils.c
index
eeeef51
..
394d71e
100644
(file)
--- 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)
{