You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info)
Originally committed as revision 4922 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -238,6 +238,11 @@ ifeq ($(HAVE_W32THREADS),yes)
|
||||
OBJS+= w32thread.o
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_OS2THREADS),yes)
|
||||
OBJS+= os2thread.o
|
||||
endif
|
||||
|
||||
|
||||
ifeq ($(HAVE_BEOSTHREADS),yes)
|
||||
OBJS+= beosthread.o
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user