Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
merge_av
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
胡斌
2019-04-22 08:07:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bcfdf44a86ec735920c73351ee669688661f63d0
bcfdf44a
1 parent
94f9a2cf
modify Makefile for linux for using new ffmpeg lib
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
6 行增加
和
4 行删除
Makefile
Makefile
查看文件 @
bcfdf44
...
...
@@ -2,17 +2,19 @@ CXX = -O2 -Wall -D__STDC_CONSTANT_MACROS
SRCDIR
=
pip
OBJDIR
=
obj
BINDIR
=
bin
FFMPEGDIR
=
/home/hubin/ffmpeg/ffmpeg-build-script/workspace
SRCS
=
AudioDecoder.cpp AVDecoder.cpp AVTranscoder.cpp merge_pip.cpp tools.cpp VideoDecoder.cpp
OBJS
=
$
(
SRCS:%.cpp
=
$(OBJDIR)
/%.o
)
LIBS
=
avfilter avdevice avformat avcodec swresample avutil pthread rtmp m z x264 swscale fdk-aac postproc swresample ogg speex ssl crypto dl rt
LIBDIRS
=
/home/hubin/ffmpeg-thin/build-ffmpeg/build/lib/
#LIBDIRS = /home/hubin/ffmpeg_build/lib/
LIBS
=
avfilter avdevice avformat avcodec swresample avutil pthread m z x264 x265 mp3lame vpx swscale fdk-aac postproc swresample ogg dl rt
LIBDIRS
=
$(FFMPEGDIR)
/lib/
LIBFLAGS
=
$
(
LIBS:%
=
-l%
)
LIBDIRFLAGS
=
$
(
LIBDIRS:%
=
-L%
)
INCFLAGS
=
-Iinclude -I/home/hubin/ffmpeg-thin/build-ffmpeg/build/include
INCFLAGS
=
-Iinclude -I
$(FFMPEGDIR)
/include
BIN_TRGTS
=
$(BINDIR)
/merge_pip
...
...
请
注册
或
登录
后发表评论