Skip to content

Commit

Permalink
[NETFLIX] Add missing dependency, observed during clean build.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwielders committed Jun 9, 2017
1 parent a5d5401 commit 3222b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/netflix/netflix.mk
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ endif

ifeq ($(BR2_PACKAGE_GSTREAMER1),y)
NETFLIX_CONF_OPTS += -DDPI_IMPLEMENTATION=gstreamer
NETFLIX_DEPENDENCIES += gstreamer1 gst1-plugins-base
NETFLIX_DEPENDENCIES += gstreamer1 gst1-plugins-base gst1-plugins-bad
else ifeq ($(BR2_PACKAGE_HAS_LIBOPENMAX),y)
NETFLIX_CONF_OPTS += \
-DDPI_IMPLEMENTATION=reference \
Expand Down

0 comments on commit 3222b74

Please sign in to comment.