mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
build ffplay so we can use it to test stuff
Original commit message from CVS: build ffplay so we can use it to test stuff
This commit is contained in:
parent
64ac4e14e1
commit
b5e167b596
2 changed files with 2 additions and 1 deletions
1
HACKING
1
HACKING
|
@ -48,6 +48,7 @@ THE WAY
|
|||
- cvs add .pc/(patchsetname)/(file)
|
||||
- cvs commit .pc/(patchsetname) (to update the state of quilt in cvs)
|
||||
- edit the file
|
||||
- cvs add the file if it doesn't exist yet
|
||||
- quilt refresh
|
||||
- quilt push -a (This one is IMPORTANT, otherwise you'll have a huge diff)
|
||||
- cvs commit
|
||||
|
|
|
@ -87,7 +87,7 @@ dnl ###########################
|
|||
|
||||
AC_DEFINE_UNQUOTED(HAVE_FFMPEG_UNINSTALLED, 1,
|
||||
[Defined if building against uninstalled FFmpeg source])
|
||||
ac_configure_args="$ac_configure_args --disable-v4l --disable-audio-oss --disable-dv1394 --disable-vhook --disable-ffmpeg --disable-ffplay --disable-ffserver"
|
||||
ac_configure_args="$ac_configure_args --disable-v4l --disable-audio-oss --disable-dv1394 --disable-vhook --disable-ffmpeg --disable-ffserver"
|
||||
AC_CONFIG_SUBDIRS(gst-libs/ext/ffmpeg)
|
||||
|
||||
AC_CONFIG_FILES(
|
||||
|
|
Loading…
Reference in a new issue