Skip to content

Commit

Permalink
changer for release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
massimomorara committed Mar 1, 2018
1 parent eb154a6 commit 2aafac3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ CFLAGS = -c -g -MD -MP -Wall -ansi -pedantic -std=c++14 -I. ${DEFINES}

LD = g++
LDFLAGS = -std=c++14
LDLIBS = -lSDL2 -lavformat -lavcodec -lavutil -lncurses -lpthread
LDLIBS = -lSDL2 -lavformat -lavcodec -lavutil -lswresample -lncurses \
-lpthread

OBJS = yasap.o

Expand Down

0 comments on commit 2aafac3

Please sign in to comment.