Skip to content

Commit

Permalink
Rewrite of the ffmpeg interface. Multi-threaded, improved A/V sync an…
Browse files Browse the repository at this point in the history
…d mismatched frame rate handling.
  • Loading branch information
fsphil committed Oct 30, 2018
1 parent 29ba273 commit 87c0c8b
Show file tree
Hide file tree
Showing 4 changed files with 961 additions and 226 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CC := gcc
CFLAGS := -g -Wall -pthread -O3
LDFLAGS := -g -lm -pthread
OBJS := hacktv.o fir.o vbidata.o teletext.o wss.o video.o videocrypt.o syster.o nicam728.o test.o ffmpeg.o file.o hackrf.o
PKGS := libavcodec libavformat libswscale libswresample libavutil libhackrf
PKGS := libavcodec libavformat libavdevice libswscale libswresample libavutil libhackrf

SOAPYSDR := $(shell pkg-config --exists SoapySDR && echo SoapySDR)
ifeq ($(SOAPYSDR),SoapySDR)
Expand Down
Loading

0 comments on commit 87c0c8b

Please sign in to comment.