c2f25bd954
The GIMP-GAP (GIMP Animation Package) is a collection of Plug-Ins to extend the GIMP with capabilities to edit and create Animations as sequences of single frames.
11 lines
522 B
Text
11 lines
522 B
Text
--- vid_enc_single/Makefile.in.orig 2007-08-22 11:04:39.000000000 -0400
|
|
+++ vid_enc_single/Makefile.in 2007-08-22 11:04:48.000000000 -0400
|
|
@@ -112,7 +112,7 @@
|
|
FFMPEG_LIBAVFORMAT_A = @FFMPEG_LIBAVFORMAT_A@
|
|
GAPLIBDIR = @GAPLIBDIR@
|
|
GAPVIDEOAPI_EXTINCS = @GAPVIDEOAPI_EXTINCS@
|
|
-GAPVIDEOAPI_EXTLIBS = @GAPVIDEOAPI_EXTLIBS@
|
|
+GAPVIDEOAPI_EXTLIBS = @GAPVIDEOAPI_EXTLIBS@ -lavformat
|
|
GAP_AUDIO_SUPPORT_FALSE = @GAP_AUDIO_SUPPORT_FALSE@
|
|
GAP_AUDIO_SUPPORT_TRUE = @GAP_AUDIO_SUPPORT_TRUE@
|
|
GAP_MAJOR_VERSION = @GAP_MAJOR_VERSION@
|