Skip to content

Commit

Permalink
ffserver: move configuration code to separate file
Browse files Browse the repository at this point in the history
This commit doesn't change any existing logic.
It moves ffserver configuration related code to separate file.
It intends to make maintaining easier.

Signed-off-by: Lukasz Marek <[email protected]>
  • Loading branch information
Lukasz Marek committed Oct 22, 2014
1 parent 0e8bfd3 commit f524d2e
Show file tree
Hide file tree
Showing 4 changed files with 1,194 additions and 1,118 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ OBJS-ffmpeg += ffmpeg_opt.o ffmpeg_filter.o
OBJS-ffmpeg-$(HAVE_VDPAU_X11) += ffmpeg_vdpau.o
OBJS-ffmpeg-$(HAVE_DXVA2_LIB) += ffmpeg_dxva2.o
OBJS-ffmpeg-$(CONFIG_VDA) += ffmpeg_vda.o
OBJS-ffserver += ffserver_config.o

TESTTOOLS = audiogen videogen rotozoom tiny_psnr tiny_ssim base64
HOSTPROGS := $(TESTTOOLS:%=tests/%) doc/print_options
Expand Down
Loading

0 comments on commit f524d2e

Please sign in to comment.