stereoplay

diff Makefile @ 6:8fc045d33d62

updated the code to work with more recent ffmpeg versions
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 26 Sep 2020 14:26:39 +0300
parents ba7d221f6725
children
line diff
     1.1 --- a/Makefile	Thu Nov 03 22:01:01 2011 +0200
     1.2 +++ b/Makefile	Sat Sep 26 14:26:39 2020 +0300
     1.3 @@ -8,7 +8,7 @@
     1.4  
     1.5  CC = gcc
     1.6  CFLAGS = -pedantic -Wall -g -O2
     1.7 -LDFLAGS = $(gllibs_$(shell uname -s)) -lavformat -lavcodec -lswscale
     1.8 +LDFLAGS = $(gllibs_$(shell uname -s)) -lavformat -lavcodec -lavutil -lswscale
     1.9  
    1.10  gllibs_Linux = -lGL -lGLU -lglut -lGLEW
    1.11  gllibs_Darwin = -framework OpenGL -framework GLUT -lGLEW