Browse Source

gst1-libav: Fix musl compatibility

Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess 9 years ago
parent
commit
4bd4272fff
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      multimedia/gst1-libav/Makefile

+ 1
- 1
multimedia/gst1-libav/Makefile View File

185
 	--disable-yasm"
185
 	--disable-yasm"
186
 
186
 
187
 # XXX: trick to force use of embedded Libav headers
187
 # XXX: trick to force use of embedded Libav headers
188
-TARGET_CFLAGS += $(TARGET_CPPFLAGS)
188
+TARGET_CFLAGS += $(TARGET_CPPFLAGS) -D_GNU_SOURCE
189
 TARGET_CPPFLAGS :=
189
 TARGET_CPPFLAGS :=
190
 
190
 
191
 TARGET_LDFLAGS += $(FPIC)
191
 TARGET_LDFLAGS += $(FPIC)