projects
/
profile
/
mobile
/
libmm-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
830e920
)
update Makefile.am
author
Younghwan Ahn
<younghwan_.an@samsung.com>
Thu, 16 Feb 2012 09:18:07 +0000
(18:18 +0900)
committer
Younghwan Ahn
<younghwan_.an@samsung.com>
Thu, 16 Feb 2012 09:18:07 +0000
(18:18 +0900)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
38de9e7
..
12d68c9
100755
(executable)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-30,7
+30,8
@@
libmmfplayer_la_SOURCES = mm_player.c \
mm_player_ahs_hls.c \
mm_player_ahs.c \
mm_player_capture.c \
- mm_player_pd.c
+ mm_player_pd.c \
+ mm_player_streaming.c
libmmfplayer_la_CFLAGS = -I$(srcdir)/include \
$(MMCOMMON_CFLAGS) \
@@
-51,7
+52,8
@@
noinst_HEADERS += include/mm_player_utils.h \
include/mm_player_ahs.h \
include/mm_player_ahs_hls.h \
include/mm_player_capture.h \
- include/mm_player_pd.h
+ include/mm_player_pd.h \
+ include/mm_player_streaming.h
libmmfplayer_la_DEPENDENCIES = $(top_builddir)/src/libmmfplayer_m3u8.la