comparison mp3.c @ 3714:3790cb6c893d libavformat

strcasecmp() requires #include <strings.h>
author aurel
date Wed, 13 Aug 2008 17:22:53 +0000
parents bc473761b9e7
children 3a874c41adaf
comparison
equal deleted inserted replaced
3713:b337fe64a31f 3714:3790cb6c893d
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #include <strings.h>
22 #include "libavutil/avstring.h" 23 #include "libavutil/avstring.h"
23 #include "libavcodec/mpegaudio.h" 24 #include "libavcodec/mpegaudio.h"
24 #include "libavcodec/mpegaudiodecheader.h" 25 #include "libavcodec/mpegaudiodecheader.h"
25 #include "avformat.h" 26 #include "avformat.h"
26 27