mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
**[FIX]** Enable RPM creation to work correctly (#1106)
* edited Makefile so that RPMs can actually be created * added what I intend for the pull request to changes.txt
This commit is contained in:
committed by
Carlos Fernandez Sanz
parent
2bcd993c0f
commit
8a9d924fc1
@@ -76,6 +76,7 @@ ccextractor_SOURCES = \
|
||||
../src/gpacmp4/gpac/tools.h \
|
||||
../src/gpacmp4/gpac/utf.h \
|
||||
../src/gpacmp4/gpac/version.h \
|
||||
../src/gpacmp4/gpac/iso639.h \
|
||||
../src/gpacmp4/gpac/internal/avilib.h \
|
||||
../src/gpacmp4/gpac/internal/isomedia_dev.h \
|
||||
../src/gpacmp4/gpac/internal/media_dev.h \
|
||||
@@ -268,6 +269,7 @@ ccextractor_SOURCES = \
|
||||
../src/zvbi/zvbi_decoder.h \
|
||||
../src/wrappers/wrapper.c \
|
||||
../src/wrappers/wrapper.h \
|
||||
../src/freetype/* \
|
||||
../src/freetype/autofit/autofit.c \
|
||||
../src/freetype/base/ftbase.c \
|
||||
../src/freetype/base/ftbbox.c \
|
||||
@@ -296,6 +298,7 @@ ccextractor_SOURCES = \
|
||||
../src/freetype/cff/cff.c \
|
||||
../src/freetype/cid/type1cid.c \
|
||||
../src/freetype/gzip/ftgzip.c \
|
||||
../src/freetype/include/ft2build.h \
|
||||
../src/freetype/lzw/ftlzw.c \
|
||||
../src/freetype/pcf/pcf.c \
|
||||
../src/freetype/pfr/pfr.c \
|
||||
|
||||
Reference in New Issue
Block a user