67 lines
1.5 KiB
Diff
67 lines
1.5 KiB
Diff
--- Makefile.am
|
|
+++ Makefile.am
|
|
@@ -18,21 +18,12 @@
|
|
VID_COMMON=vid_common
|
|
VID_ENC_RAWFRAMES=vid_enc_rawframes
|
|
VID_ENC_SINGLE=vid_enc_single
|
|
-VID_ENC_AVI=vid_enc_avi
|
|
## endif
|
|
|
|
-# the ffmpeg based video encoder depends on ENABLE_GVA_LIBAVFORMAT_SUPPORT
|
|
-# and is not bulit when disabled.
|
|
-if ENABLE_GVA_LIBAVFORMAT_SUPPORT
|
|
-VID_ENC_FFMPEG=vid_enc_ffmpeg
|
|
-endif
|
|
|
|
-
|
|
-SUBDIRS = libgapbase extern_libs images $(LIBWAVCLIENT) $(LIBGAPVIDAPI) gap po docs \
|
|
+SUBDIRS = libgapbase images $(LIBWAVCLIENT) $(LIBGAPVIDAPI) gap po docs \
|
|
$(LIBGAPVIDUTIL) \
|
|
$(VID_COMMON) \
|
|
- $(VID_ENC_AVI) \
|
|
- $(VID_ENC_FFMPEG) \
|
|
$(VID_ENC_RAWFRAMES) \
|
|
$(VID_ENC_SINGLE)
|
|
|
|
--- configure.in
|
|
+++ configure.in
|
|
@@ -1048,15 +1048,12 @@
|
|
AC_OUTPUT([
|
|
Makefile
|
|
libgapbase/Makefile
|
|
-extern_libs/Makefile
|
|
images/Makefile
|
|
gap/Makefile
|
|
libwavplayclient/Makefile
|
|
libgapvidapi/Makefile
|
|
libgapvidutil/Makefile
|
|
vid_common/Makefile
|
|
-vid_enc_avi/Makefile
|
|
-vid_enc_ffmpeg/Makefile
|
|
vid_enc_rawframes/Makefile
|
|
vid_enc_single/Makefile
|
|
po/Makefile.in
|
|
--- gap/Makefile.am
|
|
+++ gap/Makefile.am
|
|
@@ -226,8 +226,6 @@
|
|
gap_decode_xanim.c \
|
|
gap_decode_xanim.h \
|
|
gap_frontends_main.c \
|
|
- gap_mpege.c \
|
|
- gap_mpege.h \
|
|
gap_libgimpgap.h
|
|
|
|
gap_decode_mplayer_SOURCES = \
|
|
--- libgapvidapi/Makefile.am
|
|
+++ libgapvidapi/Makefile.am
|
|
@@ -27,9 +27,6 @@
|
|
# .c sourcefiles in gap_vid_api.c (except example.c)
|
|
EXTRA_DIST = \
|
|
gap_vid_api_gimp.c \
|
|
- gap_vid_api_ffmpeg.c \
|
|
- gap_vid_api_mpeg3.c \
|
|
- gap_vid_api_mpeg3toc.c \
|
|
gap_vid_api_quicktime.c \
|
|
gap_vid_api_util.c \
|
|
gap_vid_api_vidindex.c \
|