mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
need c++
Original commit message from CVS: need c++
This commit is contained in:
parent
5529f27e18
commit
0c3cec9c8a
1 changed files with 3 additions and 1 deletions
|
@ -412,7 +412,9 @@ GST_CHECK_FEATURE(AUDIOFILE, [audiofile], afsink afsrc, [
|
|||
dnl *** avifile ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_AVIFILE, true)
|
||||
GST_CHECK_FEATURE(AVIFILE, [avifile], winenc windec, [
|
||||
if test "x$HAVE_CXX" = "xyes"; then
|
||||
AS_AVIFILE(0.7.0)
|
||||
fi
|
||||
])
|
||||
|
||||
dnl *** CDParanoia ***
|
||||
|
|
Loading…
Reference in a new issue