From 0d14ab27a805c23b804b6ef9bef6263e092cdfce Mon Sep 17 00:00:00 2001 From: François Revol Date: Thu, 27 Mar 2008 16:10:18 +0000 Subject: Fix building with C++ objects, variable names were inconsistent. Originally committed as revision 12608 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavdevice/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavdevice/Makefile') diff --git a/libavdevice/Makefile b/libavdevice/Makefile index fb7c22b3b6..ddb0113c79 100644 --- a/libavdevice/Makefile +++ b/libavdevice/Makefile @@ -20,7 +20,7 @@ OBJS-$(CONFIG_X11_GRAB_DEVICE_DEMUXER) += x11grab.o # external libraries OBJS-$(CONFIG_LIBDC1394_DEMUXER) += libdc1394.o -CPPOBJS-$(CONFIG_AUDIO_BEOS_DEMUXER) += beosaudio.o -CPPOBJS-$(CONFIG_AUDIO_BEOS_MUXER) += beosaudio.o +CPP_OBJS-$(CONFIG_AUDIO_BEOS_DEMUXER) += beosaudio.o +CPP_OBJS-$(CONFIG_AUDIO_BEOS_MUXER) += beosaudio.o include ../common.mak -- cgit v1.2.3