Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
654bb4a2
Commit
654bb4a2
authored
Dec 12, 2010
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Dec 13, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Ask for the correct development package for gstreamer base plugins.
parent
d62c6bb7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configure
configure
+2
-2
configure.ac
configure.ac
+1
-1
No files found.
configure
View file @
654bb4a2
...
...
@@ -10812,9 +10812,9 @@ fi
fi
if
test
"x
$ac_cv_lib_gstapp_0_10_gst_app_buffer_new
"
!=
xyes
;
then
:
case
"x
$with_gstreamer
"
in
x
)
as_fn_append wine_notices
"|gstreamer-0.10
${
notice_platform
}
development files not found, gstreamer support disabled"
;;
x
)
as_fn_append wine_notices
"|gstreamer-0.10
base plugins
${
notice_platform
}
development files not found, gstreamer support disabled"
;;
xno
)
;;
*
)
as_fn_error
$?
"gstreamer-0.10
${
notice_platform
}
development files not found, gstreamer support disabled
*
)
as_fn_error
$?
"gstreamer-0.10
base plugins
${
notice_platform
}
development files not found, gstreamer support disabled
This is an error since --with-gstreamer was requested."
"
$LINENO
"
5
;;
esac
fi
...
...
configure.ac
View file @
654bb4a2
...
...
@@ -1461,7 +1461,7 @@ then
CPPFLAGS="$ac_save_CPPFLAGS"
fi
WINE_NOTICE_WITH(gstreamer,[test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes],
[gstreamer-0.10 ${notice_platform}development files not found, gstreamer support disabled])
[gstreamer-0.10
base plugins
${notice_platform}development files not found, gstreamer support disabled])
test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
dnl **** Check for ALSA 1.x ****
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment