From 44555f098c56543b301101306b101e084cd3f14a Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 17 Jun 2008 10:14:29 +0000 Subject: Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names. Originally committed as revision 13795 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavdevice/beosaudio.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavdevice') diff --git a/libavdevice/beosaudio.cpp b/libavdevice/beosaudio.cpp index 535f75be57..def1fad608 100644 --- a/libavdevice/beosaudio.cpp +++ b/libavdevice/beosaudio.cpp @@ -423,7 +423,7 @@ static int audio_read_close(AVFormatContext *s1) static AVInputFormat audio_beos_demuxer = { "audio_beos", - "audio grab and output", + NULL_IF_CONFIG_SMALL("audio grab and output"), sizeof(AudioData), NULL, audio_read_header, @@ -435,7 +435,7 @@ static AVInputFormat audio_beos_demuxer = { AVOutputFormat audio_beos_muxer = { "audio_beos", - "audio grab and output", + NULL_IF_CONFIG_SMALL("audio grab and output"), "", "", sizeof(AudioData), -- cgit v1.2.3